-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.4.2
-
x86
-
windows_xp
My application shows a frame with a choice. When the user selects an item from the choice, I am iconifying and restoring the frame through setExtendedState() method call. But on Win32, when the user selects an item I see the frame being iconified and restored twice since choice triggers an ItemEvent again when the frame is restored the first time.
This is reproducible atleast since 1.4.2, only on Win32 and works fine on XToolkit.
I have attached a sample test. Execute the sample test. Click on choice. A drop-down would appear. Press the down-arrow once the drop-down is visible. You will see the frame being iconified and restored twice.
This is reproducible atleast since 1.4.2, only on Win32 and works fine on XToolkit.
I have attached a sample test. Execute the sample test. Click on choice. A drop-down would appear. Press the down-arrow once the drop-down is visible. You will see the frame being iconified and restored twice.
- relates to
-
JDK-6390099 Choice triggers ItemEvent twice when mouse is dragged and released outside the drop-down, win32
-
- Open
-