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 701743 - Orca does not echoing first word typed in an empty libreoffice writer document with echo per word
Orca does not echoing first word typed in an empty libreoffice writer documen...
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-06 15:00 UTC by chris
Modified: 2013-06-17 17:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description chris 2013-06-06 15:00:22 UTC
Orca does not echo the first word in an empty libreoffice document.

1. enable orca
2. enable echo per word
3. open LibreOffice (in my case 4.1.0.0. beta1 but other users confirm this with libreoffice 4.0.3)
4. Type:
Hello World


Result: Orca echoing "World"
Expect: Orca echoing "Hello World"

In Braile it seems to be shown  ( i dont use braile, but other users confirm this).
https://mail.gnome.org/archives/orca-list/2013-June/msg00009.html
Comment 1 Joanmarie Diggs (IRC: joanie) 2013-06-08 21:14:49 UTC
This is actually a LibreOffice Writer bug. We are sometimes getting a bogus event.detail1 from the associated text insertion event. As a result, a sanity check in Orca is filtering that out as being bogus.

Having said that, removing that sanity check will not produce horrible behavior in Orca, so I've made that change in master. And will keep word echo enabled for myself and be on the lookout for unexpected regressions.

https://git.gnome.org/browse/orca/commit/?id=ed89fd731d1fb2593ca8dfc432cf3ae1200c206e
Comment 2 chris 2013-06-17 16:54:50 UTC
cool :).
can we got it with orca 3.8.2.?
Comment 3 Joanmarie Diggs (IRC: joanie) 2013-06-17 17:15:43 UTC
Not until I'm sure it's not going to introduce a regression.