AnitaTang / js-hotkeys

Automatically exported from code.google.com/p/js-hotkeys
0 stars 0 forks source link

Alt+D activates the browser address bar in Chrome #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the demo page in Chrome
2. Press Alt+D
3. The key is handled by the page. However, the address bar gets the focus.

What is the expected output? What do you see instead?
The address bar gets the focus. I expected the focus to stay on the page.

What version of the product are you using? On what operating system?
Chrome 1.0.154.48 on Windows XP 64

Original issue reported on code.google.com by r.spilker on 12 Feb 2009 at 10:31

GoogleCodeExporter commented 8 years ago
It also occurs in Chrome 2.0.173.1

The problem is not only that the address bar gets the focus, but as a result of 
that.
all subsequent key presses are never handled by the page anymore.

Original comment by r.spilker on 9 Apr 2009 at 8:11

GoogleCodeExporter commented 8 years ago
fixed
see test-static-04.html example at github repo

Original comment by Afro.Sys...@gmail.com on 3 May 2009 at 8:53