[Webkit-unassigned] [Bug 85665] New: HTML DOM Events timestamps are defined when dispatched and not when triggered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 14:10:59 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85665

           Summary: HTML DOM Events timestamps are defined when dispatched
                    and not when triggered
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://jsfiddle.net/P59s6/
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: HTML Events
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: garaizar at deusto.es


According to the HTML DOM Events specification, the timeStamp attribute should be set when the events are created, not when they are dispatched. 

Here is a proof of concept of this behaviour: http://jsfiddle.net/P59s6/ (pressing any key during the "sleep" loop will create an event that should differ on its timeStamp attribute from the timestamp taken when is dispatched).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list