Bug 45530 - ACCESSIBILITY: Accessibility does not work on Windows: java bridge missing from installation set
Summary: ACCESSIBILITY: Accessibility does not work on Windows: java bridge missing fr...
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
3.5.0 release
Hardware: Other Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:3.5.1 target:3.6.0beta0
Keywords: regression
Depends on:
Blocks: a11y-Windows
  Show dependency treegraph
 
Reported: 2012-02-02 02:30 UTC by Masataka Shinke
Modified: 2013-02-03 19:45 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masataka Shinke 2012-02-02 02:30:20 UTC
operating environment

LibO3.5.0 RC2
OS:WinXP Home Edition SP3,Windows Vista,Windos7
JRE:Java SE Runtime Environment 6 Update 30(i586)
JAB:Java Access Bridge2.0.2
Comment 1 Masataka Shinke 2012-02-09 18:54:11 UTC
there is a need to include ava_uno_accessbridge.jar.
Comment 2 Masataka Shinke 2012-02-14 19:00:23 UTC
diff --git scp2/source/ooo/file_ooo.scp scp2/source/ooo/file_ooo.scp
index cae313a..e2c0c68 100644
--- scp2/source/ooo/file_ooo.scp
+++ scp2/source/ooo/file_ooo.scp
@@ -426,6 +426,7 @@ STD_JAR_FILE( gid_File_Jar_Fax, fax )
 STD_JAR_FILE( gid_File_Jar_Agenda, agenda )
 STD_JAR_FILE( gid_File_Jar_Query, query )
 STD_JAR_FILE( gid_File_Jar_Web, web )
+STD_JAR_FILE( gid_File_Jar_Accessbridge, java_uno_accessbridge )
 #endif
 
 #ifdef SOLAR_JAVA
Comment 3 Not Assigned 2012-02-15 04:23:48 UTC
Masataka Shinke commited a patch related to this issue to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=fbe60c962259ae0449acd65e74fd790530045e93

fdo#45530: Accessibility does not work on WNT
Comment 4 Not Assigned 2012-02-15 04:24:16 UTC
Michael Stahl commited a patch related to this issue to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=9c4581a6b61c0836c3a44eaaf454b9ba560e937a

fdo#45530: scp2: java accessibilty bridge cleanup:
Comment 5 Michael Stahl (allotropia) 2012-02-15 04:43:51 UTC
this is a regression in 3.5:

commit c096e86385f35a6d8485325ad0c3ae52f70cacef removed the
INCLUDE_JAVA_ACCESSBRIDGE in scp2, but then 6fdde9acfd5aebd23400e7101c8ddff80fcdd8fa re-introduced
the #ifdef, but not the definition of it, with
the result that the jar file was in the installation set.
Comment 6 Not Assigned 2012-02-15 05:03:23 UTC
Masataka Shinke commited a patch related to this issue to "libreoffice-3-5":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=24dfc1a6238902a122f5cf835c83b2f54b8819fb&g=libreoffice-3-5

fdo#45530: Accessibility does not work on WNT


It will be available in LibreOffice 3.5.1.
Comment 7 Not Assigned 2012-02-15 05:03:53 UTC
Michael Stahl commited a patch related to this issue to "libreoffice-3-5":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=78a5d35ec1907e4b5add1014801dbac992cee48e&g=libreoffice-3-5

fdo#45530: scp2: java accessibilty bridge cleanup:


It will be available in LibreOffice 3.5.1.
Comment 8 Korrawit Pruegsanusak 2012-02-23 08:12:12 UTC
Oh, sorry for the regression I created. :(