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 523440 - oowriter/bug_342602.py regression tests #1 and #2 produce the wrong results.
oowriter/bug_342602.py regression tests #1 and #2 produce the wrong results.
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: 523438
 
 
Reported: 2008-03-19 21:02 UTC by Rich Burridge
Modified: 2008-04-04 18:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Revision #1 (2.63 KB, patch)
2008-03-24 15:18 UTC, Rich Burridge
none Details | Review
Revision #2. (2.62 KB, patch)
2008-03-26 16:23 UTC, Rich Burridge
committed Details | Review

Description Rich Burridge 2008-03-19 21:02:29 UTC
Test 1 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_342602.py:Move to cell B1
EXPECTED:
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table a Paragraph'",
     "     VISIBLE:  'a Paragraph', cursor=1",
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table Paragraph'",
     "     VISIBLE:  'Paragraph', cursor=1",
     "SPEECH OUTPUT: 'a'",
     "SPEECH OUTPUT: ' not selected'",
     "SPEECH OUTPUT: 'Cell B1'",
     "SPEECH OUTPUT: 'blank'",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: ' not selected'",
ACTUAL:
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table A Paragraph a $l'",
     "     VISIBLE:  'a $l', cursor=2",
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table A Paragraph A $l'",
     "     VISIBLE:  'A $l', cursor=2",
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table A Paragraph'",
     "     VISIBLE:  'A Paragraph', cursor=1",
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table Paragraph'",
     "     VISIBLE:  'Paragraph', cursor=1",
     "SPEECH OUTPUT: 'A'",
     "SPEECH OUTPUT: ' not selected'",
     "SPEECH OUTPUT: 'Cell B1'",
     "SPEECH OUTPUT: 'blank'",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: ' not selected'",


Test 2 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_342602.py:Move back to cell A1
EXPECTED:
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table Paragraph'",
     "     VISIBLE:  'Paragraph', cursor=1",
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table a Paragraph'",
     "     VISIBLE:  'a Paragraph', cursor=1",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: ' not selected'",
     "SPEECH OUTPUT: 'Cell A1'",
     "SPEECH OUTPUT: 'a'",
     "SPEECH OUTPUT: ' not selected'",
ACTUAL:
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table Paragraph'",
     "     VISIBLE:  'Paragraph', cursor=1",
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table A Paragraph'",
     "     VISIBLE:  'A Paragraph', cursor=1",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: ' not selected'",
     "SPEECH OUTPUT: 'Cell A1'",
     "SPEECH OUTPUT: 'A'",
     "SPEECH OUTPUT: ' not selected'",
Comment 1 Rich Burridge 2008-03-24 15:18:19 UTC
Created attachment 107923 [details] [review]
Revision #1

The problem here is that with OOo 2.4-dev-RC6, when you type something
in a table cell in oowriter and then Tab to the next table cell, the first
character of what you have typed is automatically getting converted to upper
case.

Assuming this is acceptable, I've converted the expected regression test
output to match.

Patch not committed yet.
Comment 2 Rich Burridge 2008-03-26 16:23:05 UTC
Created attachment 108069 [details] [review]
Revision #2.

Regression test adjusted to type "A" instead of "a" thus
avoiding the auto-capitalization problem. Patch committed
to SVN trunk. Moving to '[pending]'.
Comment 3 Rich Burridge 2008-04-04 18:31:43 UTC
thanks Mike. Closing as FIXED.