Closed
Bug 1225751
Opened 10 years ago
Closed 9 years ago
Missing timestamp on button's onclick event triggered by keyboard
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: stanicek.jan, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36
Steps to reproduce:
Detected on version 38.3ESR and 38.4ESR
<button onclick="console.log(event.timeStamp)">Aaa</button>
Clicking on button writes timestamp value into console, triggering onclick event by hitting space or enter key always returns 0.
Updated•10 years ago
|
Component: Untriaged → DOM: Events
Product: Firefox → Core
Comment 1•9 years ago
|
||
Verified on Firefox 49, this issue is no longer reproducible. However, the return value seems not accurate, see bug 1318522.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•