Modify ↓
Ticket #10885 (closed bug: duplicate)
Missing timestamps from Mouse Events
| Reported by: | Motty | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I am aware of ticket #10755, so I'm not sure if this is related, or even the same issue.
When trying to get a time stamp for "mouseenter", "mouseover", "mouseleave", etc... the timeStamp returns zero. There are other events, such as "click" which seems to work in Firefox even though the issue in #10755 is present, but it also returns a zero in Opera. I didn't test every scenario.
This issue occurs in Firefox and Opera and only with jQuery 1.7+
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Yes, this is a dup of #10775. Unfortunately, all we can do is lie to you and put the current time in the timeStamp, which is not the purpose of that field.