]> source.dussan.org Git - vaadin-framework.git/commit
Forces small delay before showing accessible tooltip on focus (#12849)
authorJarno Rantala <jarno.rantala@vaadin.com>
Mon, 28 Oct 2013 12:53:54 +0000 (14:53 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 29 Oct 2013 10:22:09 +0000 (10:22 +0000)
commitf5feaa2e3a8aebace6d9978131b192ed8b046557
tree4edba0cd0e2c23092b28051d3ad4dba4d58a3039
parent3bbf30054f865990f6c9089bd8f73e2e7a41b3f5
Forces small delay before showing accessible tooltip on focus  (#12849)

Screen reader (JAWS 14) seems to get confused about the focused item if
the tooltip is shown on focus. This commit forces small delay before
showing the tooltip. More info, see
http://www.w3.org/TR/2011/CR-wai-aria-20110118/roles#tooltip

Change-Id: I2973a1a3844936e09fef28afe37a0ecbdda69122
client/src/com/vaadin/client/VTooltip.java
uitest/src/com/vaadin/tests/components/button/ButtonsWaiAria.java