https://issues.apache.org/ooo/show_bug.cgi?id=121510
--- Comment #6 from V Stuart Foote <[email protected]> --- (In reply to comment #1) > When using Java 7 please note that it must be a 32 bits version, and make > sure you have the Microsoft Visual C++ 2010 Redistributable Package > > See the release notes: > http://www.openoffice.org/development/releases/3.4.1.html#AOO3.4. > 1ReleaseNotes-KnownIssues > > Apache OpenOffice 3.4.0 and 3.4.1 support Java 7, which is the recommended > configuration; but (especially on 64-bit Windows) you might receive warnings > about the Java version being defective. In that case, download and install > the Microsoft Visual C++ 2010 Redistributable Package. > http://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A- > 475AB85EEF6E/vcredist_x86.exe This is a valid defect in the Java Access Bridge of Java SE JRE 1.7, it can not be corrected by configuration of 32 or 64 JRE. It has rendered the UNO Accessibilty API bridged support via Java Accessibility API on Windows unusable with JRE 1.7 as Java and Accessibility events are not being passed by the Java Access Bridge. JavaFerret-32 tracking shows no Focus events being received although the frame's accessibility tree is fully populated and roles can be querried using JavaMonkey-32 test utilities. Java SE 6 through JRE 1.6u38 provide Java Accessibility API that is functional with Java Access Bridge v2.0.2. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
