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 - Improve Usability of UI color chooser
Summary: Improve Usability of UI color chooser
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-19 12:56 UTC by ksb
Modified: 2016-07-27 21:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.