diaohualing82 / google-axs-chrome

Automatically exported from code.google.com/p/google-axs-chrome
0 stars 0 forks source link

Focus held when using <a href="#"> to open dialog #152

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I have an <a href="#"> used to open a date picker control from OpenAjax
2. Tab to the link (ChromeVox reads the alt text) and press <Enter>
3. The date picker control opens as expected but ChromeVox re-reads the alt 
text and the <a href="#"> retains the focus (even though the date picker tried 
to grab the focus).

What is the expected output? What do you see instead?
The date picker should get the focus.  Note: It works correctly if I click on 
the <a href="#"> or if ChromeVox is not enabled.

What version of the product are you using? On what operating system?
Version: 39.0.2152.0
OS: Windows 7 sp1

Please provide any additional information below.
This also works correctly if I use a <button> instead of an <a href="#">.

Original issue reported on code.google.com by thomas.r...@gmail.com on 16 Sep 2014 at 10:18

GoogleCodeExporter commented 8 years ago
same issue for chromevox when trying to open modal-dialog box from href link.

Original comment by spiritof...@gmail.com on 1 Jul 2015 at 9:06