I have an info panel, which I am showing in response to a CSS selector using
javascript. This is triggered on a mouse over, and for accessibility via a
click.
The info panel has a role of alert to trigger screen readers.
The code that shows the panel is identical for both the click handler and the
mouse over handler.
The alert is correctly read in response to the mouse event, but using the
keyboard to trigger the click handler does not result in the alert being read.
The attached example is here:
http://jsbin.com/damuz/5/
Original issue reported on code.google.com by richard....@gmail.com on 11 Feb 2014 at 12:41
Original issue reported on code.google.com by
richard....@gmail.com
on 11 Feb 2014 at 12:41