-
Bug
-
Resolution: Fixed
-
P4
-
1.2.2
-
beta
-
generic
-
generic
Name: sl110371 Date: 06/21/2000
java version "1.2.2"
Classic VM (build 1.2.2-L, green threads, nojit)
NOTE:
This is a coding bug in Swing, which I've seen in the source code for both the
JDK 1.2.2 *and* JDK 1.1.8.
src/javax/swing/plaf/basic/BasicComboPopup.java has an error in
convertMouseEvent(MouseEvent e)
Specifically, when creating newEvent, you're placing the original modifiers to
the mouse event into the click count field of the new mouse event.
I haven't seen it cause any problems yet, I found it while investigating a
different problem in my code.
(Review ID: 105596)
======================================================================