[Webkit-unassigned] [Bug 60563] [Chromium]Click event is not fired for a menulist <select>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 12 12:28:02 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60563
--- Comment #14 from Naoki Takano <takano.naoki at gmail.com> 2011-05-12 12:28:02 PST ---
Ok, I got your point.
But from the event handled class(here PopupListBox), we only can use PopupMenuClient class as a channel to forward the event.
That's why I added the function, dispatchMouseUpAndClick() in PopupMenuClient class.
So is it Ok to change the name to forwardMouseUpAndClick()?
Or do you mean to drag other information like event handler into PopupListBox to forward the event?
If you have any advice or comment, I would appreciate.
Thanks,
(In reply to comment #13)
> (From update of attachment 93236 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=93236&action=review
>
> >>> Source/WebCore/rendering/RenderTextControlSingleLine.h:118
> >>> + virtual void dispatchMouseUpAndClick(const PlatformMouseEvent&) { }
> >>
> >> This is definitely wrong. We shouldn't dispatch events from RenderObjects.
--
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