[Webkit-unassigned] [Bug 41061] User's gesture initiated from select's onchange event can not be treated as user initiated in chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 25 04:16:38 PDT 2010


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





--- Comment #8 from Johnny Ding <jnd at chromium.org>  2010-06-25 04:16:38 PST ---
Hi Adam,

Sorry to bother you again,

I think I didn't exactly make the V8 version ScriptController::processingUserGesture to match the JSC version since I missed one thing in patch v2,

In JSC version ScriptController::processingUserGesture, if there is no available event, then use the returned value of UserGestureIndicator::processingUserGesture() to indicate the user gesture status.

In V8, we should match this. Please see my patch v3.

Sorry again for the inconvenience.

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