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 230330 - Inspection in browser doesn't work properly on iOS Simulator
Summary: Inspection in browser doesn't work properly on iOS Simulator
Status: RESOLVED DUPLICATE of bug 229859
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Jan Becicka
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2013-05-27 14:36 UTC by Vladimir Riha
Modified: 2013-05-28 13:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (52.96 KB, application/octet-stream)
2013-05-27 14:55 UTC, Vladimir Riha
Details
webkit log (171.67 KB, application/zip)
2013-05-27 14:57 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-05-27 14:36:18 UTC
To reproduce:
- try to run AngularJSPhoneCat sample project on iOS Simulator
- in CSS Styles, turn inspection on
- click on some element in browser

=> Inspection is not working, instead common page interaction happpens (so instead of e.g. selecting <a> element in browser, I actually clicked on <a> link and was "redirected" to the link) and elements are not highlighted as supposed to be.

Also if I hover over some element in Browser DOM, this element is not highlighted in browser so it seems any highlighting from IDE is not displayed in browser



Product Version: NetBeans IDE Dev (Build web-main-10615-on-20130527)
Java: 1.7.0_21; Java HotSpot(TM) 64-Bit Server VM 23.21-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_21-b12
System: Mac OS X version 10.8.3 running on x86_64; UTF-8; en_US (nb)
Comment 1 Jan Stola 2013-05-27 14:42:00 UTC
It seems that the script that is used to initialize the inspection was not executed successfully. Please, evaluate why this happened.
Comment 2 Vladimir Riha 2013-05-27 14:43:27 UTC
I'll attach more information promptly. I restarted IDE so I could attached "clean" logs but it started to work :/
Comment 3 Vladimir Riha 2013-05-27 14:55:48 UTC
Created attachment 134958 [details]
IDE log
Comment 4 Vladimir Riha 2013-05-27 14:57:23 UTC
Created attachment 134959 [details]
webkit log

I'm sorry for long webkit log, it took some attempts to reproduce it. At the end, I tried to turn inspection on and clicked on some element in browser (project BackboneJS Wine cellar sample project)
Comment 5 Vladimir Riha 2013-05-27 15:00:08 UTC
...also if I change some CSS property, it is propagated to browser. So inspection kind of works, but element highlighting and selecting element in browser not
Comment 6 Jan Becicka 2013-05-28 13:16:42 UTC

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