What steps will reproduce the problem?
1. Just add some <input type=password id=mypassword> to HTML
2. Bind some key and try to press it when the focus is on "mypassword" field
What is the expected output? What do you see instead?
Hotkeys shouldn't be available when the focus is on password fields
What version of the product are you using? On what operating system?
0.8
Please provide any additional information below.
How to fix: just replace line #47 with the following:
event.target.type === "text" || event.target.type === "password") ) {
Original issue reported on code.google.com by vgu...@yandex.ru on 13 Dec 2010 at 4:38
Original issue reported on code.google.com by
vgu...@yandex.ru
on 13 Dec 2010 at 4:38