[Webkit-unassigned] [Bug 42922] [chromium] WebViewClient should have an elementClicked() method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 25 20:59:46 PDT 2010


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





--- Comment #8 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-07-25 20:59:46 PST ---
For reference, the "click" event is defined here:
http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-MouseEvent

Notice that a "click" corresponds to a mousedown followed by a mouseup.

Have you considered just using an event listener?

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