[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
Mon Nov 28 02:15:20 PST 2011


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116483|review?                     |review-
               Flag|                            |




--- Comment #12 from Martin Robinson <mrobinson at webkit.org>  2011-11-28 02:15:20 PST ---
(From update of attachment 116483)
View in context: https://bugs.webkit.org/attachment.cgi?id=116483&action=review

> Source/WebKit2/UIProcess/gtk/WebPopupMenuProxyGtk.cpp:94
> +    if (!gtk_widget_get_visible(m_popup->platformMenu()))
> +       m_client->failedToShowPopupMenu();
> +

Shouldn't you return early instead of going into a main loop here?

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