[Webkit-unassigned] [Bug 117822] New: Vibration can not cancel during pattern is working
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 19 22:57:02 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117822
Summary: Vibration can not cancel during pattern is working
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kihong.kwon at samsung.com
Vibration can not cancel during pattern vibration is working.
If resting time which are even numbers of pattern m_isVibraing is false, therefore if cancel is called it is returned.
In addition, m_timerStart need to stop in the cancelVibration() with m_timerStop.stop().
If cancelVibration is called right after m_timerStart is fired, timerStartFired function can be called even if vibration is already canceled because of timing issue of timer.
--
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