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 217288

Summary: CSS !important hack not in Rule Editor
Product: web Reporter: Vladimir Riha <vriha>
Component: CSS Visual ToolsAssignee: Jan Stola <jstola>
Status: NEW ---    
Severity: normal CC: mfukala
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Vladimir Riha 2012-08-23 10:32:34 UTC
Value of this rule

 color: green !important;

is in Rule Editor displayed as "green" and any mention about !important is missing


Product Version: NetBeans IDE Dev (Build EaselCSS-542-on-20120823)
Java: 1.7.0_06; Java HotSpot(TM) Client VM 23.2-b09
System: Linux version 3.2.0-29-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Marek Fukala 2012-08-23 10:37:45 UTC
missing feature.

Now I do not even know how it should look like in the UI and how it should be made configurable. I'll try to find it in the specs or think up something.

IMO even this can look like a minor issue, it can break the user flow if one really do not want to use the editor. BTW it is not a hack - it's in the spec AFAIR
Comment 2 Marek Fukala 2012-10-08 13:25:59 UTC
AFAIK the spec doesn't mention such case.