[Webkit-unassigned] [Bug 60563] [Chromium]Click event is not fired for a menulist <select>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 16:27:20 PDT 2011


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





--- Comment #9 from Naoki Takano <takano.naoki at gmail.com>  2011-05-11 16:27:20 PST ---
Hmmm... There is the function, Node::dispatchMouseEvent(), so maybe I can use the function to forward the mouse up event to the node.

Thanks,

(In reply to comment #8)
> My intention is not that I don't like to use Windows or Mac specific calls. As you see, they use ::PostMessage(), right?
> 
> But if we can use PlatformMouseEvent, it might not use Native calls.
> 
> I'll try it.
> 
> (In reply to comment #7)
> > (In reply to comment #6)
> > > Actually, WebKit2 has the same problem, see
> > > https://bugs.webkit.org/show_bug.cgi?id=57904
> > > 
> > > Their solution is to send native mouse event to the browser.
> > > 
> > > But I don't like this way;-(
> > > 
> > > What do you think?
> > 
> > Can you explain why you don't like it? Forwarding a PlatformMouseEvent from the popup seems like the right thing to do.
> > 
> > > 
> > > (In reply to comment #5)
> > > > (In reply to comment #4)
> > > > > Ok,
> > > > > 
> > > > > So could you tell me what approach we need?
> > > > > Do we need to send mouse event directly?
> > > > 
> > > > I am not sure. Can we forward the mouse up from the popup? This way we don't need to fire simulated clicks.

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