[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
Wed Oct 5 08:09:12 PDT 2011


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





--- Comment #8 from Martin Robinson <mrobinson at webkit.org>  2011-10-05 08:09:12 PST ---
(From update of attachment 109769)
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.

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