https://bugs.freedesktop.org/show_bug.cgi?id=58995

--- Comment #26 from DavidO <[email protected]> ---

so building with JDK 1.7, i can reproduce the problem with LO 4.2.0 alpha
(unchanged master from  2013-06-24) => JAB 2.0.3, JDK 1.7u25 and can confirm
that switching back to JDK 1.6u45, JAB 2.0.2 solves the problem for the same LO
build.

No NVDA installation is actually needed to see the problem: JavaFerret-32 is
enough with activated traces for Focus gain/lost event.

The logging analysis shows though, that in both cases (working and not working
JAB) the events broadcasting works in Component.java:

                   case AccessibleStateType.FOCUSED:
                    getEventQueue().postEvent(new java.awt.event.FocusEvent(
                        Component.this, enable ?
                        java.awt.event.FocusEvent.FOCUS_GAINED :
                        java.awt.event.FocusEvent.FOCUS_LOST));
                    break;

I would like to isolate the problem and have a small reproducer to be able to
report it. Are there other known/reported use cases or applications with not
working JAB 2.0.3 included in JDK 1.7?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to