GNOME Bugzilla – Bug 352240
wrong report of state-change event in java application
Last modified: 2006-08-23 09:58:21 UTC
Open FileChooserDemo application. Press Show FileChooser button. Open dialog appears. From the viewport list, choose a folder and press Return to get in. In this moment, the viewport list changes and, also, the "Look In" combo box value changes. Orca presents the change from "Look In" combo box and, after that, the new selection from viewport (the unselected list item) - if exists, instead of presenting only the viewport list change. This happens because the events are comming in other order in java applications.
Created attachment 71291 [details] [review] Proposed patch
This bug is approved with one change. In the comments, please specify the difference in event ordering between Java and the AT-SPI, rather than just saying they are different.
Created attachment 71443 [details] [review] Added explanations in code
Patch committed to CVS head.