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 230791 - CSS styles window empty
Summary: CSS styles window empty
Status: RESOLVED DUPLICATE of bug 230206
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-05 13:47 UTC by roberto.meroni
Modified: 2013-06-06 11:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (59.96 KB, text/plain)
2013-06-05 13:47 UTC, roberto.meroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description roberto.meroni 2013-06-05 13:47:11 UTC
when selecting an element CSS styles window is empty: no" property" or "value" showed. same problem for "applied styles".

Product Version = NetBeans IDE 7.3 (Build 201302132200)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_11
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Comment 1 roberto.meroni 2013-06-05 13:47:20 UTC
Created attachment 135392 [details]
IDE log
Comment 2 Vladimir Riha 2013-06-05 21:19:20 UTC
Hi, from the log it seems that you are using Chrome 27? There was incompatible change in Chrome that causes exception in your IDE log:

java.lang.NullPointerException
	at org.netbeans.modules.web.webkit.debugging.api.css.SourceRange.<init>(SourceRange.java:63)
...


The fix is already in development builds (link [1]) and it will be part of upcoming 7.3.1. Could you please download [1], try it and let us know if it works for you? Thank you


[1] http://bits.netbeans.org/netbeans/trunk/nightly/latest/

*** This bug has been marked as a duplicate of bug 230206 ***
Comment 3 roberto.meroni 2013-06-06 11:58:54 UTC
solved, development builds seems to work fine.
thanks for the great help! 
If 7.3.1.is not coming soon I wuold suggest to highlight the temporary problem and solution, as a newcomer I was really confused.
thanks!
RM