Closed
Bug 752932
Opened 14 years ago
Closed 14 years ago
Dispatching key event failed in Firefox 12
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 749185
People
(Reporter: r.owliaei, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.168 Safari/535.19
Steps to reproduce:
I tried to dispatch a key event in FF 12 as below:
document.getElementById('name').dispatchEvent(new_event);
Here you can find the full example:
http://jsfiddle.net/EshwS/4/
And here you can find more: http://stackoverflow.com/questions/10471506/dispatching-a-key-event-in-firefox-12/10471790#comment13567904_10471790
Actual results:
Dispatched event failed to raise.
Expected results:
Event should dispatch as it works in FF 11 or less.
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•