diff options
author | Niklas Johansson <sleeping.pillow@gmail.com> | 2015-10-18 00:44:03 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-10 12:25:01 +0000 |
commit | 2bd26bfc3ca278b5b31d86bd3cfac95342009e8d (patch) | |
tree | 91eede25447976648533c85a5331d5ee00d260d0 /store | |
parent | d7ca71d4b1ac085c575fdc24f37940100ab38961 (diff) |
NVDA does not read . when stepping word by word
SwAccessibleParagraph::GetWordBoundary is called when you navigate
word by word normally done by pressing Ctrl+Right/Left arrow. This works
well as long as the word is an actual word. Problem is that what we
land on is not always an actual word the cursor will for example stop
at . (periods) and at the moment that won't be exposed to accessibility
tools such as NVDA screen reader. Orca on Linux seem to have some type
of workaround but it dosen't really work. I'll try to find out if the
workaround is actually in Orca or in the way LibreOffice exposes things
to atk.
Change-Id: Ibe5c5899d489b0449282998a3ba284f689ca9a36
Reviewed-on: https://gerrit.libreoffice.org/19424
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'store')
0 files changed, 0 insertions, 0 deletions