Details
-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b115
-
generic
-
os_x
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8034658 | 7u65 | Konstantin Shefov | P4 | Resolved | Fixed | b01 |
JDK-8026338 | 7u60 | Konstantin Shefov | P4 | Closed | Fixed | b01 |
Description
http://java.net/jira/browse/MACOSX_PORT-534 submitted 2011/10/11 by Yuri Nesterenko
Run the attached small automatic test.
It first tries to select an item in the List, successfully. Note however that initially, even if focus is on the List, no item is selected (which is apparently wrong).
After a half-second, code calls list.remove(0). Now, print the List or otherwise query about a selected item: it is null.
Run the attached small automatic test.
It first tries to select an item in the List, successfully. Note however that initially, even if focus is on the List, no item is selected (which is apparently wrong).
After a half-second, code calls list.remove(0). Now, print the List or otherwise query about a selected item: it is null.
Attachments
Issue Links
- backported by
-
JDK-8034658 [macosx] Selection lost if a selected item removed from a java.awt.List
- Resolved
-
JDK-8026338 [macosx] Selection lost if a selected item removed from a java.awt.List
- Closed