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 592917 - Orca doesn't present OOo Writer's Style combo box correctly
Orca doesn't present OOo Writer's Style combo box correctly
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
2.27.x
Other All
: Normal normal
: 2.28.0
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404411
 
 
Reported: 2009-08-24 15:32 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2009-11-09 21:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
revision 1 (12.43 KB, patch)
2009-08-24 15:34 UTC, Joanmarie Diggs (IRC: joanie)
reviewed Details | Review
revision 2 (13.38 KB, patch)
2009-08-24 17:24 UTC, Joanmarie Diggs (IRC: joanie)
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2009-08-24 15:32:23 UTC
(This is a spin-off bug from bug 590680.)

Arrowing around in the Style combo because causes bits of text to be repeated and the word 'selected' to be tacked on.
Comment 1 Joanmarie Diggs (IRC: joanie) 2009-08-24 15:34:15 UTC
Created attachment 141567 [details] [review]
revision 1

Will please review. Thanks!
Comment 2 Willie Walker 2009-08-24 15:53:45 UTC
(In reply to comment #0)
> (This is a spin-off bug from bug 590680.)
> 
> Arrowing around in the Style combo because causes bits of text to be repeated
> and the word 'selected' to be tacked on.

Where is the Style combo?
Comment 3 Joanmarie Diggs (IRC: joanie) 2009-08-24 16:04:36 UTC
Formatting toolbar. Says Default, Heading 1, etc.
Comment 4 Joanmarie Diggs (IRC: joanie) 2009-08-24 16:11:30 UTC
By the way, to test that patch you need to first change the selection (at which point we say nothing), then move focus to something else (like Font), and then try changing the selection in Style again.

http://qa.openoffice.org/issues/show_bug.cgi?id=104290
Comment 5 Willie Walker 2009-08-24 16:43:11 UTC
Comment on attachment 141567 [details] [review]
revision 1

Thanks!  This is a definite improvement worthy of 2.28. :-)  One thing I noticed, however, is that when I arrow left/right through the text in the style name, nothing is presented.
Comment 6 Joanmarie Diggs (IRC: joanie) 2009-08-24 17:24:51 UTC
Created attachment 141579 [details] [review]
revision 2

The fact that we were speaking nothing when Left/Right was pressed was indeed a result of revision 1. Sorry! This revision puts things back to the way they were when Left and Right Arrow are pressed, namely: We preface all but the initial keypress with "unselected". This is due to http://qa.openoffice.org/issues/show_bug.cgi?id=104470 (just filed) which we are tracking via bug 592927.

I tried to figure out a hack to work around this "unselected, unselected, unselected" issue, but I couldn't come up with anything that I could count on being safe across the board. :-(

Thoughts?
Comment 7 Joanmarie Diggs (IRC: joanie) 2009-09-04 18:05:16 UTC
As per team meeting, I've committed revision 2 to both master and the gnome-2-28 branch. Closing as FIXED.