Date: prev next · Thread: first prev next last


David,

Yes the dev's have restored ( ref fdo#53474
<https://bugs.freedesktop.org/show_bug.cgi?id=53474>  ) Java Access Bridge
support between UNO Accessibility API and Java Accessibility. Unfortunately
the "Support assistive technology" check box during installation ( fdo#39833
<https://bugs.freedesktop.org/show_bug.cgi?id=39833>  ) is not having the
desired result of fully enabling AT on initial launch.

The actual changes made by selecting the check box are a bit convoluted and
have to do with setting a Windows Environment Variable in the Windows
Registry that is then supposed to flag creation of the EnableATToolSupport
accessibility stanza in each users LibreOffice profile registry
file--registrymodification.xcu

I believe the problem is that on first launch, the JRE is not fully
specified and so the accessibility stanza is not added to the registry. 
Also, even with JAB activated and accessibility roles exposed, as verified
with JavaMonkey/JavaFerret, NVDA 2012.2.1 and 2012.3 have had problems
entering a LibreOffice document--requiring restart of NVDA.

I've added this exchange to the fdo#39833 Bugzilla report.

In the meanwhile--the old standby of adding a Windows Registry value for the
HKEY_CURRENT_USER will insert the correct stanza into each users LibreOffice
profile registry.

Copy the below text into a new file and name it with a .REG extension.  The
batch file will insert the correct value in the Windows Registry for each
user who runs it.

Stuart

--<snip>---
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\LibreOffice\Accessibility\AtToolSupport]
"SupportAssistiveTechnology"="true"
---<snip>---




--
View this message in context: 
http://nabble.documentfoundation.org/libreoffice-accessibility-Latest-LibreOffice-and-Java-access-Bridge-tp4022968p4022987.html
Sent from the Accessibility mailing list archive at Nabble.com.

-- 
Unsubscribe instructions: E-mail to accessibility+help@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/accessibility/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.