-
Bug
-
Resolution: Fixed
-
P4
-
1.1.3
-
b01
-
x86
-
windows_nt
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2016034 | 1.2.0 | Ralph Kar | P4 | Resolved | Fixed | 1.2beta4 |
When handling the WmDrawItem message for Lists and Choices (in AwtComponent::
DrawListItem), the DRAWITEMSTRUCT itemID field may be -1 to indicate that only
the focus rectangle should be drawn. The code does not check for this
condition. That causes the getItem method to throw an exception and the
assertion in AwtComponent::GetItemString fails. This bug has been fixed in
the JDK for Java Workshop.
DrawListItem), the DRAWITEMSTRUCT itemID field may be -1 to indicate that only
the focus rectangle should be drawn. The code does not check for this
condition. That causes the getItem method to throw an exception and the
assertion in AwtComponent::GetItemString fails. This bug has been fixed in
the JDK for Java Workshop.
- backported by
-
JDK-2016034 assertion failure on win32 when drawing Lists/Choices
- Resolved