Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-9739

CSS Properties Page->Edited Properties is incorrectly updating

XMLWordPrintable

    • Hide

      Steps to reproduce

      1. Create a new CSS file and open it in CSS editor. Set the following content to the file:
        example.css
        #id1 {
        	color: red;
        }
        
        #id2 {
        	background-color: Yellow;
        	font-size: larger	
        }
        
      2. Open CSS Properties View->Edited Properties tab
      3. Point the text cursor to the #id1
      4. Assert: there is one line of properties in the tab: color: red;
      5. Point the text cursor to the #id2
      6. Assert: There are two lines of properties in the tab:
        background-color: Yellow;
        font-size: larger
        
      Show
      Steps to reproduce Create a new CSS file and open it in CSS editor. Set the following content to the file: example.css #id1 { color: red; } #id2 { background-color: Yellow; font-size: larger } 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 Assert: There are two lines of properties in the tab: background-color: Yellow; font-size: larger

      Now there is still one line of properties in the tab on 6th assert: {{color: }}.

        1. screenshot-id1.png
          11 kB
          Yahor Radtsevich
        2. screenshot-id2.png
          11 kB
          Yahor Radtsevich

            dmaliarevich_jira Denis Maliarevich (Inactive)
            yradtsevich Yahor Radtsevich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: