[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
Tue Nov 29 02:07:20 PST 2011


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





--- Comment #15 from Wajahat Siddiqui <mdwajahatali.siddiqui at motorola.com>  2011-11-29 02:07:20 PST ---
(From update of attachment 116895)
View in context: https://bugs.webkit.org/attachment.cgi?id=116895&action=review

>> Source/WebKit2/UIProcess/gtk/WebPopupMenuProxyGtk.cpp:90
>> +        return;
> 
> In what cases can the m_client by null before running the event loop?

I felt this check was made after event loop should be present before since m_client is being used in 
m_popup->popUp(rect.size(), menuPosition, size, selectedIndex, m_client->currentlyProcessedMouseDownEvent() ? m_client->currentlyProcessedMouseDownEvent()->nativeEvent() : 0); ???

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