JDK-4905223 : Horizontal Scrolling
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2003-08-12
  • Updated: 2003-08-12
  • Resolved: 2003-08-12
Related Reports
Duplicate :  
Description

Name: rl43681			Date: 08/12/2003


A DESCRIPTION OF THE REQUEST :
There is a MouseWheelListener which listens for scrolling the wheel. This is used for scrolling vertically most of the time.

I would like to do the same thing for scrolling horizontally (of course not with a regular mouse, but there are many devices which can scroll horizontally). As far as I know this is not yet implemented in the API.

JUSTIFICATION :
Many devices provide this functionality (touch pads, pointing sticks, ...).

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Software like Internet Explorer uses this functionality for scrolling horizontally.
ACTUAL -
I want to do the same thing with my touch pad as I can do with the scrollwheel of my mouse... but in both dimensions, not just vertically.

CUSTOMER SUBMITTED WORKAROUND :
None found
(Incident Review ID: 198814) 
======================================================================

Comments
EVALUATION Although mouse wheels do sometimes cause horizontal scrolling, I believe this is a duplicate of RFE 4419271 : Provide support for scrolling-mechanisms of non-mouse input-devices. ###@###.### 2003-08-12
12-08-2003