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 - MouseWheelScrollAction request for scene/widgets
Summary: MouseWheelScrollAction request for scene/widgets
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 105060
  Show dependency tree
 
Reported: 2007-06-22 09:42 UTC by Sergey Petrov
Modified: 2007-08-10 09:50 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Patch (10.38 KB, patch)
2007-07-26 14:22 UTC, David Kaspar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.