[Webkit-unassigned] [Bug 61260] [Chromium]Call setToolTipText() in WebPopupMenuImpl mouse move handler to show tool tip in select popup window.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 24 00:44:36 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61260
--- Comment #7 from Naoki Takano <takano.naoki at gmail.com> 2011-05-24 00:44:36 PST ---
Right now, I'm looking into Mac side source code.
And I noticed very interesting thing. The change for Mac is completely independent from Linux and Win change.
As you know, Mac uses PopupMenuHelper::ShowPopupMenu() to show popup window, and we can pass the whole tool tip text at once right before the window pops up.
Right now, I'm writing the code and I will be able to upload tomorrow.
Thanks,
(In reply to comment #6)
> Sure, I try to fix also on Mac.
>
> My Mac is really slow though...
>
> (In reply to comment #5)
> > (In reply to comment #4)
> > > Ah, you are right, I have to look into more Mac... But I don't think the patch harms Mac code like crash.
> > >
> > > But how about Win and Linux? Is the direction is right? Especially I'm a bit afraid of static_cast<PopupContainer*>(), but it looks Ok after I analyzed statically with code search.
> >
> > The patch would be a right direction if we ignored Mac. However we should have a solution for Mac, and the solution might be applied to all platforms. So I don't accept this patch at this moment.
--
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