[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5149) Make OpenOn work for styleClass="|"
Sergey Dzmitrovich (JIRA)
jira-events at lists.jboss.org
Wed Nov 18 07:03:44 EST 2009
[ https://jira.jboss.org/jira/browse/JBIDE-5149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12495204#action_12495204 ]
Sergey Dzmitrovich commented on JBIDE-5149:
-------------------------------------------
https://jira.jboss.org/jira/browse/JBIDE-4775 and https://jira.jboss.org/jira/browse/JBIDE-4821 are issues for Open on of css classes. Yura have verified these issues some weeks ago.
Classes which are responsible for this functionality:
trunk/common/plugins/org.jboss.tools.common.text.ext/src/org/jboss/tools/common/text/ext/hyperlink/CSSClassHyperlink.java
trunk/common/plugins/org.jboss.tools.common.text.ext/src/org/jboss/tools/common/text/ext/hyperlink/CSSClassHyperlinkPartitioner.java
> Make OpenOn work for styleClass="|"
> -----------------------------------
>
> Key: JBIDE-5149
> URL: https://jira.jboss.org/jira/browse/JBIDE-5149
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml source editing
> Affects Versions: 3.1.0.CR1
> Reporter: Anton Klimkovich
> Assignee: Victor Rubezhny
> Fix For: 3.1.0.CR1
>
>
> EXECUTE: Create Seam web project
> EXECUTE: Open home.xhtml
> EXECUTE: Make OpenOn on <h:messages globalOnly="true" styleClass="message"/>
> ASSERT: Should redirect to class message
> EXECUTE: Add <link href="/pages/theme.css" rel="stylesheet" type="text/css"> to the page
> EXECUTE: add <h:inputText styleClass="input"/>
> EXECUTE: Make OpenOn on "input"
> ASSERT: Should redirect to CSS file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list