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 258329 - embedded browser: can't stop inspection by key short cut when browser window is positioned in the source code area
Summary: embedded browser: can't stop inspection by key short cut when browser window ...
Status: REOPENED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-11 13:32 UTC by muellermi
Modified: 2016-03-11 14:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (122.47 KB, text/plain)
2016-03-11 13:32 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2016-03-11 13:32:13 UTC
Product Version = NetBeans IDE Dev (Build 201603090002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_74
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.74-b02

Reproducibility: Happens every time

- Start a web app with embedded browser
- On browser window, press Ctrl+Shift+S
--> Inspect mode starts
- perform some work
- On browser window, press Ctrl+Shift+S
--> nothing happens.
Should switch of inspection

workaround: use icon to switch of inspectio
Comment 1 muellermi 2016-03-11 13:32:17 UTC
Created attachment 158830 [details]
IDE log
Comment 2 muellermi 2016-03-11 13:38:40 UTC
works now. It seems, I haven#t really clicked into the window before.
Comment 3 muellermi 2016-03-11 14:36:05 UTC
I remember what I did:

move the browser window into the editor space.
Now you can't click into without switching the window.
That hab been the reason why inspection couldn't been stopped.

The next time I did not face the problem because the windows moved: see issue #258330

Although the browser is used within the source code editor space, it should be possible to stop inspection.