[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/27626] New: mouse entering/exiting into lightweight component
From: |
thebohemian at gmx dot net |
Subject: |
[Bug swing/27626] New: mouse entering/exiting into lightweight components is wrongly reported |
Date: |
16 May 2006 11:12:56 -0000 |
Steps to reproduce:
1. Open Swing demo
2. Click and hold left mouse button on a JButton (button is painted darker, due
to getModel().isRollover() == true)
3. Move the mouse out of the button' area (button is painted lighter, due to
getModel().isRollover() == false)
4. move it back into the button
-> button should be painted as darker again and getModel().isRollover() should
return true but it does not on Classpath.
Further inspection (putting println in DefaultButtonModel.setRollover()) shows
that at step 4 only 'false' is sent to the method.
--
Summary: mouse entering/exiting into lightweight components is
wrongly reported
Product: classpath
Version: 0.92
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: swing
AssignedTo: thebohemian at gmx dot net
ReportedBy: thebohemian at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27626
- [Bug swing/27626] New: mouse entering/exiting into lightweight components is wrongly reported,
thebohemian at gmx dot net <=