[Webkit-unassigned] [Bug 56466] Popup menu can get stuck in closed state when GtkMenu can't grab mouse.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 22:40:22 PDT 2011


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





--- Comment #9 from Wajahat Siddiqui <mdwajahatali.siddiqui at motorola.com>  2011-10-06 22:40:22 PST ---
(In reply to comment #8)
> (From update of attachment 109769 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=109769&action=review
> 
> > Source/WebKit2/WebProcess/WebPage/WebPage.cpp:2054
> > +void WebPage::failedToShowPopupMenu()
> > +{
> > +    if (!m_activePopupMenu)
> > +        return;
> > +
> > +    m_activePopupMenu->client()->popupDidHide();
> > +}
> > +
> 
> You might want to guard this code with a GTK+ #ifdef. I'm CCing some of the WebKit2 people.

You mean #if PLATFORM(GTK) ? Do I need to submit another patch?

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