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 523236 - gtk-demo/role_combo_box.py regression tests #12, #13, #14 and #15 produce the wrong results.
gtk-demo/role_combo_box.py regression tests #12, #13, #14 and #15 produce the...
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: 2.24.0
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks: 519271
 
 
Reported: 2008-03-18 20:12 UTC by Rich Burridge
Modified: 2008-04-04 18:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Revision #1. (1.27 KB, patch)
2008-03-28 22:32 UTC, Rich Burridge
committed Details | Review

Description Rich Burridge 2008-03-18 20:12:37 UTC
Test 12 of 15 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/gtk-demo/role_combo_box.py:Editable text combo box menu
EXPECTED:
     "BRAILLE LINE:  'gtk-demo Application Window'",
     "     VISIBLE:  'gtk-demo Application Window', cursor=22",
     "BRAILLE LINE:  'gtk-demo Application Combo boxes Frame Editable Panel  ComboFour One'",
     "     VISIBLE:  'One', cursor=1",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: 'window'",
     "SPEECH OUTPUT: 'Editable panel'",
     "SPEECH OUTPUT: 'One'",
ACTUAL:
     "BRAILLE LINE:  'gtk-demo Application Window'",
     "     VISIBLE:  'gtk-demo Application Window', cursor=22",
     "BRAILLE LINE:  'gtk-demo Application Combo boxes Frame Editable Panel Menu'",
     "     VISIBLE:  'Menu', cursor=1",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: 'window'",
     "SPEECH OUTPUT: 'Editable panel'",
     "SPEECH OUTPUT: 'menu'",

Both the braille and the text are different.


Test 13 of 15 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/gtk-demo/role_combo_box.py:Editable text combo box One item
EXPECTED:
     "BRAILLE LINE:  'gtk-demo Application Combo boxes Frame Editable Panel  ComboFour Two'",
     "     VISIBLE:  'Two', cursor=1",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: 'Two'",
ACTUAL:
     "BRAILLE LINE:  'gtk-demo Application Combo boxes Frame Editable Panel  ComboFour One'",
     "     VISIBLE:  'One', cursor=1",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: 'One'",

Again, both the braille and the text are different.


Test 14 of 15 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/gtk-demo/role_combo_box.py:Editable text combo box Two selected
EXPECTED:
     "BRAILLE LINE:  'gtk-demo Application Combo boxes Frame'",
     "     VISIBLE:  'Combo boxes Frame', cursor=1",
     "BRAILLE LINE:  'gtk-demo Application Combo boxes Frame Editable Panel Two Combo'",
     "     VISIBLE:  'Two Combo', cursor=1",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: 'Combo boxes frame'",
     "SPEECH OUTPUT: 'Editable panel'",
     "SPEECH OUTPUT: 'Two combo box'",
ACTUAL:
     "BRAILLE LINE:  'gtk-demo Application Combo boxes Frame'",
     "     VISIBLE:  'Combo boxes Frame', cursor=1",
     "BRAILLE LINE:  'gtk-demo Application Combo boxes Frame Editable Panel One Combo'",
     "     VISIBLE:  'One Combo', cursor=1",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: 'Combo boxes frame'",
     "SPEECH OUTPUT: 'Editable panel'",
     "SPEECH OUTPUT: 'One combo box'",

Same again.


Test 15 of 15 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/gtk-demo/role_combo_box.py:Editable text combo box Two text selected
EXPECTED:
     "BRAILLE LINE:  'gtk-demo Application Combo boxes Frame Editable Panel Two $l'",
     "     VISIBLE:  'Two $l', cursor=4",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: 'text Two selected'",
ACTUAL:
     "BRAILLE LINE:  'gtk-demo Application Combo boxes Frame Editable Panel One $l'",
     "     VISIBLE:  'One $l', cursor=4",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: 'text One selected'",

Same again.
Comment 1 Rich Burridge 2008-03-18 20:22:10 UTC
Comment from Joanie:

"Confirmed."
Comment 2 Rich Burridge 2008-03-28 22:32:22 UTC
Created attachment 108195 [details] [review]
Revision #1.

It looks like combo box behavior has changed. You now need to
Down arrow to the One menu item (after pressing Space) in test
12. The output for that test is slightly different too.

With the attached change, the other three tests (13-15) work
correctly again.

Patch now checked in yet. please test.
Comment 3 Rich Burridge 2008-04-01 17:55:08 UTC
To make it easier for Mike to test this, I've checked it into SVN trunk.
If it's the wrong solution, please let me know and i'll back it out.
Moving to "[pending]".
Comment 4 Mike Pedersen 2008-04-04 17:58:18 UTC
This seems good to me. 
Comment 5 Rich Burridge 2008-04-04 18:30:21 UTC
Thanks Mike. Closing as FIXED.