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 107774

Summary: MouseWheelScrollAction request for scene/widgets
Product: platform Reporter: Sergey Petrov <sj-nb>
Component: GraphAssignee: issues@platform <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: API_REVIEW_FAST
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 105060    
Attachments: Patch

Description Sergey Petrov 2007-06-22 09:42:39 UTC
it's good to have ability to scroll scene with mouse wheel (ball on mac), and may be the same for others widgets with
scrolling (didn't try if it works there)
Comment 1 Sergey Petrov 2007-06-22 09:48:01 UTC
tried scroll test and wheel doesn't work there
Comment 2 David Kaspar 2007-07-26 14:22:03 UTC
Created attachment 45776 [details]
Patch
Comment 3 David Kaspar 2007-07-26 14:24:51 UTC
A patch has been attached. It adds a new wheel-pan-action.
For vertical scrolling, do not hold any key modifier.
For horizontal scrolling, hold SHIFT key.
The test.action.WheelPanAction example has been added.
Asking for fast API review.
Comment 4 David Kaspar 2007-08-10 09:50:48 UTC
Fixed in main trunk.