[Webkit-unassigned] [Bug 93957] New: Clear pattern to prevent timing problem between cancelVibration and vibrate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 04:48:27 PDT 2012


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

           Summary: Clear pattern to prevent timing problem between
                    cancelVibration and vibrate
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kihong.kwon at samsung.com


If there is javascript codes like below,

navigator.vibrate(1000);
navigator.vibrate(0);

cancelVibrate() can be called before calling vibrate().(It's timer timing issue)
In this case, cancelVibrate() is not working at all.

We need to fix this.

-- 
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