[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9739) CSS Properties Page->Edited Properties is incorrectly updating

Yahor Radtsevich (JIRA) jira-events at lists.jboss.org
Mon Sep 19 11:20:26 EDT 2011


CSS Properties Page->Edited Properties is incorrectly updating
--------------------------------------------------------------

                 Key: JBIDE-9739
                 URL: https://issues.jboss.org/browse/JBIDE-9739
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Visual Page Editor core
    Affects Versions: 3.3.0.M3
            Reporter: Yahor Radtsevich
            Assignee: Yahor Radtsevich
             Fix For: 3.3.0.M4


*Steps to reproduce*
# Create a new CSS file and open it in CSS editor. Set the following content to the file:
{code:title=example.css}
#id1 {
	color: red;
}

#id2 {
	background-color: Yellow;
	font-size: larger	
}
{code}
# Open CSS Properties View->Edited Properties tab
# Point the text cursor to the #id1
# *Assert:* there is one line of properties in the tab: {{color: red;}}
# Point the text cursor to the #id2
*Actual result*
There is still one line of properties in the tab: {{color:  }}.
*Expected result*
There are two lines of properties in the tab:
{code}
background-color: Yellow;
font-size: larger
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list