Changeset: 1ebbae8d6fc9 Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2014-05-12 13:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1ebbae8d6fc9
[Accessibility] Window are suppose to have UIA_IsContentElementPropertyId=true and UIA_IsControlElementPropertyId=true. The fact these were false in JavaFX was due the a accidental changeset. A consequence of this error was the window not being visible to tools such as accevent.exe, and inspect.exe (Windows7) ! modules/graphics/src/main/java/com/sun/glass/ui/win/WinAccessible.java