GNOME Bugzilla – Bug 519549
gtk-demo/role_label.py regression test #6 produces the wrong results.
Last modified: 2008-03-05 18:16:25 UTC
This is on latest Ubuntu Hardy: EXPECTED: "BUG? - text selection not presented in speech or braille", "BRAILLE LINE: 'gtk-demo Application Information Alert This message box has been popped up the following", "number of times: Label'", "BUG? - the cursor is wrong in the following braille output", " VISIBLE: 'This message box has been popped', cursor=1", "SPEECH OUTPUT: 'This message box has been popped up the following", "number of times:'", "SPEECH OUTPUT: 'label'", ACTUAL: "BRAILLE LINE: 'gtk-demo Application Information Alert This message box has been popped up the following $l'", " VISIBLE: 'This message box has been popped', cursor=2", "SPEECH OUTPUT: 'This message box has been popped up the following", "number of times:'", "SPEECH OUTPUT: 'label'", [FAILURE WAS EXPECTED - LOOK FOR BUG? IN EXPECTED RESULTS] Need to determine why there was no text selection presented for speech or braille.
Also need to determine if the cursor is wrong in the braille output. It looks like this might be correct now and the regression test just needs updating.
The other thing I noticed with this and several other tests with labels which could receive focus is that the actual results have an EOL indicator at the end of the label, but the expected results do not. This could be another case of the regression tests needing an update.
The selected parted is a duplicate of bug #519545. The braille cursor position just needs updating in the regression test. The EOL indicator is also another needed regression test change. See patch (coming soon) in bug #519545. *** This bug has been marked as a duplicate of 519545 ***