[Webkit-unassigned] [Bug 60563] New: [Chromium]Click event is not fired for a menulist <select>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 10 11:16:24 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60563
Summary: [Chromium]Click event is not fired for a menulist
<select>
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Event Handling
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: takano.naoki at gmail.com
Popup window consumes the mouse up event and the event doesn't reach to the <select> node.
That is the reason why the even is not fired.
Actually, not only click but also mouseup isn't fired.
The same problem is in WebKit2 here
https://bugs.webkit.org/show_bug.cgi?id=57904
That solution was to send mouse event directly (e.g. using PostMessage() WIn32 API) but for Chromium, I'd rather like to use call API directly to the target <select> node.
--
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