GNOME Bugzilla – Bug 701743
Orca does not echoing first word typed in an empty libreoffice writer document with echo per word
Last modified: 2013-06-17 17:15:43 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
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
cool :). can we got it with orca 3.8.2.?
Not until I'm sure it's not going to introduce a regression.