Split from bug 71628 Using Windows 7 sp1 64-bit with NVDA and JAB active Version: 4.2.0.0.alpha1+ Build ID: f99736820a23cb7e37139607713658dea1c69dd4 TinderBox: Win-x86@42, Branch:master, Time: 2013-11-18_00:10:12 StartCenter -- the GTK+ UI widget implementation of mouse-over events are not firing an object focus event for the corresponding button object. Expected -- a mouse movement firing a mouse over color flash should shift program focus onto the button firing an accessibility focus event. Keyboard and program focus should also follow the visual focus of a GTK+ widget button. Actual -- a mouse over color flash/change occurs and will retain visual focus, but keyboard and program focus will remain on a different GTK+ widget object. Also, as no "tooltip" event is firing on mouse-over and the tool-tip is an important source of accessibility detail Causes useability problems in that a keyboard enter/submit will assert on the wrong object. Also, an accessibility issue as focus events are not being fired leaving AT blind to GUI changes.
On Fedora 19 64-bit kernel 3.10.11-200.fc19.x86_64 Version: 4.2.0.0.alpha1+ Build ID: f99736820a23cb7e37139607713658dea1c69dd4 TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time: 2013-11-17_23:56:22 Verified issues are present on Linux builds of LODev4.2.0alpha1+
Commit http://cgit.freedesktop.org/libreoffice/core/commit/?id=f655b23d57f234c0e92255302353f2a0a3fad487 resolves majority of this issue. Believe additional work on the ThumbnailView list is needed to correct residual focus movement issues, see bug 73243. But closing this mouse-over issue as resolved fixed.