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 229297 - Unable to scroll the inspected page when Inspect mode is turned on
Summary: Unable to scroll the inspected page when Inspect mode is turned on
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Inspection (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-02 19:42 UTC by Jan Stola
Modified: 2013-05-02 20:12 UTC (History)
0 users

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 Jan Stola 2013-05-02 19:42:31 UTC
Steps to reproduce:

1. Run some page (large enough to use scrollbars)
   in Chrome with NetBeans integration.
2. Turn the Inspect mode on.
3. Attempt to scroll the page using scrollbars
   => scrollbars do not react to mouse gestures.
Comment 1 Jan Stola 2013-05-02 20:12:01 UTC
The listeners that we use to block the inspected page from receiving various events were blocking too much. Namely, they were blocking mousedown events on scrollbars that seem to trigger the scrolling. I have modified the corresponding listener not to block these events.

Modified file: http://hg.netbeans.org/web-main/rev/d3bb6fedab5a