Closed
Bug 298129
Opened 20 years ago
Closed 20 years ago
Event.timeStamp always returns 0 for mouse click events
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: boolean, Unassigned)
Details
(Whiteboard: [no l10n impact])
Attachments
(2 files)
846 bytes,
text/html
|
Details | |
1.16 KB,
patch
|
dbaron
:
review+
bzbarsky
:
superreview+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Event.timeStamp always returns 0 for mouse events with a type of "click". Other
mouse events like mousedown and mouseup work correctly and have a nonzero value.
Reproducible: Always
Comment 2•20 years ago
|
||
attachement
https://bugzilla.mozilla.org/attachment.cgi?id=32821
shows it well, unfortunately I forgot to write downto which bug it belongs and i
haven't been able to find it anymore
Comment 3•20 years ago
|
||
Peter, it is bug 77992 that testcase belongs to.
It seems to me this bug is very much related/duplicate to that bug.
Comment 4•20 years ago
|
||
Your call Martijn.
My knowlage of this stuff is way to limited to see if this is the same issue
Updated•20 years ago
|
Flags: blocking1.8b4?
Updated•20 years ago
|
Assignee: nobody → events
Status: UNCONFIRMED → NEW
Component: General → DOM: Events
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → Trunk
click events are synthesized from widget-level mouse up/down events; presumably
the date information isn't copied. I think this bug is unrelated to bug 77992.
Updated•20 years ago
|
Whiteboard: [no l10n impact]
Attachment #188725 -
Flags: review?(dbaron) → review+
Updated•20 years ago
|
Attachment #188725 -
Flags: superreview?(bzbarsky)
![]() |
||
Comment 7•20 years ago
|
||
Comment on attachment 188725 [details] [diff] [review]
patch
sr=bzbarsky. I think we should take this for 1.8b3; it's a very safe fix.
Attachment #188725 -
Flags: superreview?(bzbarsky)
Attachment #188725 -
Flags: superreview+
Attachment #188725 -
Flags: approval1.8b3?
Updated•20 years ago
|
Attachment #188725 -
Flags: approval1.8b3? → approval1.8b4+
Comment 8•20 years ago
|
||
Checked in (by timeless).
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Flags: blocking1.8b4?
You need to log in
before you can comment on or make changes to this bug.
Description
•