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 217600 - Rule editor not populated from inline style
Summary: Rule editor not populated from inline style
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: Inspection (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-30 07:08 UTC by Vladimir Riha
Modified: 2016-02-10 14:25 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 Vladimir Riha 2012-08-30 07:08:23 UTC
Probably another known issue :)


 <div style="background-color: red;">TODO</div>

The background-color is not in CSS Styles window if you select the DIV in Navigator



Product Version: NetBeans IDE Dev (Build EaselCSS-601-on-20120829)
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 Jan Stola 2012-10-17 15:31:29 UTC
The current implementation is as designed - it works with CSS rules only. Inline style is a different entity (i.e. not a rule). On the other hand, I agree that it would be nice to show the inline style somehow and provide editing support for it. Hence, I am changing this issue to enhancement.