Closed
Bug 1318522
Opened 8 years ago
Closed 8 years ago
Event timeStamp for click/keydown return garbage (not high-res or ms)
Categories
(Core :: DOM: Events, defect, P2)
Core
DOM: Events
Tracking
()
RESOLVED
DUPLICATE
of bug 1026804
People
(Reporter: Harald, Unassigned)
References
()
Details
https://output.jsbin.com/pazenec
Expected:
Key and click events return high-res or ms timeStamp, depending on config
Actual:
timeStamps is some value inbetween; maybe since my browser started … no idea
Comment 1•8 years ago
|
||
(In reply to Harald Kirschner :digitarald from comment #0)
> https://output.jsbin.com/pazenec
>
> Expected:
> Key and click events return high-res or ms timeStamp, depending on config
>
> Actual:
> timeStamps is some value inbetween; maybe since my browser started … no idea
Hi Masayuki, could you take a quick look at the actual behaviour and chime in here? Thank you.
Flags: needinfo?(masayuki)
Comment 3•8 years ago
|
||
Hmm, I don't understand what's the problem, though (if this is not a dup of bug 1206804, but depending on it):
https://jsfiddle.net/d_toybox/kp2beobg/1/
However, I see dblclick returns 0 on release build. We should fix this.
Flags: needinfo?(masayuki)
Comment 4•8 years ago
|
||
Filed bug 1318635 with a simple patch for dblclick event issue.
Comment 5•8 years ago
|
||
P2 so we come back to this once bug 1026804 is fixed or at the very least in a few months.
Priority: -- → P2
Comment 6•8 years ago
|
||
Hi Ben, with Stone's suggestion, this is another one for you to start the Events journey. :P
Flags: needinfo?(btian)
Comment 7•8 years ago
|
||
This works for me in current nightly.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•