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

Summary: CSS styles window empty
Product: web Reporter: roberto.meroni
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: normal CC: vriha
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

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