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 538053 - Word echo is not echoing the word typed when return is pressed while editing an Impress slide
Word echo is not echoing the word typed when return is pressed while editing ...
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.23.x
Other All
: Normal normal
: 2.24.0
Assigned To: Rich Burridge
Orca Maintainers
Depends on:
Blocks: 404411
 
 
Reported: 2008-06-12 21:04 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2008-06-23 16:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Orca debug log generated whilst testing this problem. (106.64 KB, text/plain)
2008-06-13 19:24 UTC, Rich Burridge
  Details
Revision #1. (3.25 KB, patch)
2008-06-17 18:43 UTC, Rich Burridge
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2008-06-12 21:04:36 UTC
Steps to reproduce:

1. Enable echo by word.
2. Launch Impress and create a new presentation.
3. Create a title and text slide.
4. Move focus to the text placeholder (the one with the bullets),
   and type single word items followed by Return.

I typed:

Hello<Return>
World<Return>
Foo<Return>

Expected results:  Each time I pressed Return, Orca would speak the word I just typed.

Actual results: Orca doesn't speak the word I just typed.
Comment 1 Rich Burridge 2008-06-13 19:24:45 UTC
Created attachment 112702 [details]
Orca debug log generated whilst testing this problem.
Comment 2 Rich Burridge 2008-06-17 18:43:34 UTC
Created attachment 112926 [details] [review]
Revision #1.

Tested with OOo 3.0beta_20080429 on Ubuntu Hardy.
Comment 3 Joanmarie Diggs (IRC: joanie) 2008-06-17 19:11:42 UTC
This fixes it nicely in Impress.  I just noticed that the issue is also present in Writer.  Try this:

1. Create a new document
2. Type the following without spaces:

    This<return>
    is<return>
    a<return>
    test<return>

We're silent.  How hard would it be to generalize the solution?
Comment 4 Rich Burridge 2008-06-17 20:36:19 UTC
We would need to add in another role list and check for that.

I think this should be a separate bug. I'll file that.
Comment 5 Rich Burridge 2008-06-17 20:46:36 UTC
Patch committed to SVN trunk. Moving to "[pending]".

The new bug for the oowriter issue reported in comment #3 
is bug #538835.