JDK-6299156 : PIT: XToolkit: Popup menu is not painted properly
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2005-07-20
  • Updated: 2005-07-26
  • Resolved: 2005-07-26
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.
JDK 6
6Resolved
Related Reports
Relates :  
Description
This occurs with mustang b45 AWT PIT build, only with XToolkit.

java version "1.6.0-awt.pit-int-awt-blade"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-awt.pit-int-awt-blade-df153228_14_Jul_2005_06_02-b00)
Java HotSpot(TM) Server VM (build 1.6.0-ea-b42, mixed mode)

Display a popup menu and select an item. If the popup menu is displayed again, the item selected is still having focus. If the item selected happened to be a checkbox menu item, the selection status is not shown properly when the popup menu is displayed second time. The selection status will be shown when moving the mouse over the popup menu.

To reproduce:
1. Run the attached testcase
2. Right click on Button/List etc to show the popup menu. Click on any of the menu item / checkbox menu item.
3. Right click on the same component to bring the popup menu again. If the focus indication is still on the selected menu item, the bug is reproduced.
###@###.### 2005-07-20 06:34:13 GMT

Comments
EVALUATION This bug is regression of BackingStore fix (4960743). It's not reproducible since BackingStore is backed out.
26-07-2005