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 246301 - CSS style window empty when using Chrome netbeans connector
Summary: CSS style window empty when using Chrome netbeans connector
Status: RESOLVED DUPLICATE of bug 245137
Alias: None
Product: web
Classification: Unclassified
Component: Inspection (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-06 12:01 UTC by cirnelle
Modified: 2014-08-07 11:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cirnelle 2014-08-06 12:01:52 UTC
The 'CSS style window' is empty when using the 'inspect in netbeans mode' in Chrome netbeans connector. All three 'property', 'applied styles' and 'rules' windows do not show anything. 

STEPS TO REPRODUCE:

1. create HTML project
2. create CSS stylesheet
3. save and run project in Chrome using Chrome netbeans connector
4. Click on netbeans icon in Chrome and select 'inspect in netbeans mode'
5. Select an element to be inspected.
6. Examine the 'CSS style windows' in netbeans IDE.

EXPECTED RESULTS:

CSS style windows shows the applied styles to the element

BUG:

CSS style windows are empty. 

Note: when using 'embedded webkit browser' to inspect elements, the css style window correctly shows the applied styles.

PRODUCT INFO: 

Product Version: NetBeans IDE 8.0 (Build 201403101706)
Updates: NetBeans IDE is updated to version NetBeans 8.0 Patch 2
Java: 1.7.0_45; Java HotSpot(TM) Client VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)
Comment 1 Vladimir Riha 2014-08-06 14:19:47 UTC
Which version of Chrome do you have? There are some changes in Chrome 37 which break these features. Please attach here IDE log (see [1]) from moment when the CSS Styles window is empty and it shouldn't be. I think this is the same problem as in issue 245137.

You can try daily build from [2] where these problems are fixed (fixes will be part of NetBeans 8.0.1)

Closing as incomplete for now, please attach here IDE log and Chrome version. Thank you

[1] http://wiki.netbeans.org/FaqLogMessagesFile
[2] bits.netbeans.org/download/trunk/nightly/latest/
Comment 2 cirnelle 2014-08-07 10:32:14 UTC
Thank you so much Vladimir! 

I am using Chrome Version 36.0.1985.125 m.

I just tried the nightly built version and the Chrome netbeans connector seems to be working fine now. Thanks for your brilliant help!

ps: I uninstalled netbeans (to install the dev version) before i could copy the log file, oops. I'll see if I could retrieve it and will copy the log here when I do.
Comment 3 Vladimir Riha 2014-08-07 11:56:37 UTC
Thank you for confirmation, I'm glad it works for you. No need to look for the ide log. NetBeans 8.0.1 should be out in few weeks and it will contain this fix.

*** This bug has been marked as a duplicate of bug 245137 ***