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

Denis Maliarevich (JIRA) jira-events at lists.jboss.org
Wed Sep 21 09:28:26 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-9739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Maliarevich resolved JBIDE-9739.
--------------------------------------

    Resolution: Done


Resolved.

> 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: Denis Maliarevich
>             Fix For: 3.3.0.M4
>
>         Attachments: screenshot-id1.png, screenshot-id2.png
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> *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;}}
> !screenshot-id1.png|thumbnail!
> # Point the text cursor to the #id2
> *Actual result*
> There is still one line of properties in the tab: {{color:  }}.
> !screenshot-id2.png|thumbnail!
> *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