-
Bug
-
Resolution: Fixed
-
P2
-
1.1.3
-
None
-
1.1.4
-
generic
-
windows_95
-
Not verified
In AwtComponent::GetItemString(), the return value of a Java upcall is checked for exceptions. However, it's normal that exceptions occasionally happen when rapidly adding and removing list items, as displaying the list happens asynchronously. The assertion is therefore invalid and should be removed.