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

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


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

Yahor Radtsevich updated JBIDE-9739:
------------------------------------

    Description: 
*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}

  was:
*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|thumbnail!
# Point the text cursor to the #id2

*Actual result*
There is still one line of properties in the tab: {{color:  }}.
!screenshot-id2|thumbnail!
*Expected result*
There are two lines of properties in the tab:
{code}
background-color: Yellow;
font-size: larger
{code}



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