[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3921) Incorrect CSS class creation if CSS class isn't completed with }

Yura Zhishko (JIRA) jira-events at lists.jboss.org
Wed Mar 4 14:57:22 EST 2009


Incorrect CSS class creation if CSS class isn't completed with }
----------------------------------------------------------------

                 Key: JBIDE-3921
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3921
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Visual Page Editor core
    Affects Versions: 3.0.0.GA
            Reporter: Yura Zhishko
            Assignee: Maxim Areshkau


1) Create CSS class in CSS file:
css {
2) Call CSS dialog for current class but do not switch to preview tab
3) Add new CSS class, for example, css1
4) Set some attributes, for example, color:red
5) Press OK or Apply button 
RESULT: Smt like this:
css {css1 {
	
}

css1 {
	color: Teal;
	background-color: PaleVioletRed;
}

I think that this issue will be automatically fixed by fixing JBIDE-3920, but needs to be controlled.

-- 
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