JDK-4449779 : Modifier Masks set for MouseEvent is not correct
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.0
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows_2000
  • CPU: generic,x86
  • Submitted: 2001-04-24
  • Updated: 2001-08-16
  • Resolved: 2001-08-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 beta2Fixed
Related Reports
Duplicate :  
Relates :  
Description
Modifier Masks set for MouseEvent is not correct

Hence isButton1Down(), isButton2Down(), isButton3Down() always returns false, even when we press the corresponding Mouse Buttons.

Compile and Run MouseEventTest
Press different Mouse Buttons on the List, if the corresponding masks are not set bug is reproduced.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta2 FIXED IN: merlin-beta2 INTEGRATED IN: merlin-beta2 VERIFIED IN: merlin-beta2
14-06-2004

EVALUATION Commit to fix in merlin-beta2 (bug in new functionality). We are reworking the modifiers for merlin-beta2. eric.hawkes@eng 2001-05-03 On Win32 when the mouse buttons are reversed in the mouse control panel, and a drag is invoked the Modifier masks are incorrect (they need to be reversed). See bug 4471459 richard.ray@eng 2001-06-26 Name: ssR10077 Date: 08/13/2001 The API reffered is removed by RFE 4421515 Need changes to new InputEvent modifier APIs. ======================================================================
11-06-2004