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

Summary: Unable to scroll the inspected page when Inspect mode is turned on
Product: web Reporter: Jan Stola <jstola>
Component: InspectionAssignee: Jan Stola <jstola>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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