After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 352240 - wrong report of state-change event in java application
wrong report of state-change event in java application
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
0.2.x
Other Linux
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-21 10:24 UTC by Oana Serb
Modified: 2006-08-23 09:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.00 KB, patch)
2006-08-21 10:25 UTC, Oana Serb
none Details | Review
Added explanations in code (974 bytes, patch)
2006-08-23 09:42 UTC, Oana Serb
committed Details | Review

Description Oana Serb 2006-08-21 10:24:38 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.
Comment 1 Oana Serb 2006-08-21 10:25:40 UTC
Created attachment 71291 [details] [review]
Proposed patch
Comment 2 Lynn Monsanto 2006-08-21 19:38:24 UTC
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.
Comment 3 Oana Serb 2006-08-23 09:42:43 UTC
Created attachment 71443 [details] [review]
Added explanations in code
Comment 4 Oana Serb 2006-08-23 09:58:21 UTC
Patch committed to CVS head.