Skip to main content

Bug Tracker

Side navigation

#11080 closed bug (duplicate)

Opened December 20, 2011 05:11PM UTC

Closed December 21, 2011 12:20AM UTC

Last modified December 21, 2011 12:20AM UTC

event.timeStamp does not function correctly

Reported by: bjmw Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7
Keywords: Cc:
Blocked by: Blocking:
Description

From http://api.jquery.com/event.timeStamp/ - event.timeStamp should record the difference in milliseconds between the time the browser created the event and January 1, 1970.

Up to version 1.6.4, event.timeStamp correctly records, tested on both FF8 and IE8.

For versions 1.7 and 1.7.1, the timeStamp does not correctly record. In FF8, the number is much lower and IE8, "undefined" is returned.

Test case: http://jsfiddle.net/krPdz/6/

Attachments (0)
Change History (3)

Changed December 20, 2011 05:31PM UTC by bjmw comment:1

This is a duplicate of 10755, albeit with slightly more information.

Changed December 21, 2011 12:20AM UTC by dmethvin comment:2

resolution: → duplicate
status: newclosed

Changed December 21, 2011 12:20AM UTC by dmethvin comment:3

Duplicate of #10755.