This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253563

Summary: Improve Usability of UI color chooser
Product: web Reporter: ksb
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description ksb 2015-07-19 12:56:24 UTC
Currently , the color chooser (for example in CSS) is not working properly:
Given a css-file with:

.header{
   color: #80cc28;
}

If you now want to change the color in the Netbeans-Ui color chooser, it opens with the wrong color selected (mostly with white - #ffffff), but not with the color from the css: I would have expected the preselected color in the color chooser to be #80cc28.