[Webkit-unassigned] [Bug 137634] [EFL] Fix popup non-occurrence condition.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 31 21:17:11 PDT 2015


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

--- Comment #16 from Gyuyoung Kim <gyuyoung.kim at webkit.org> ---
(In reply to comment #13)
> (In reply to comment #12)
> > For Webkit GTK, popup is just blocked until user choose any item and it just
> > returned from the showPopup routine.
> > Therefore, popupDidHide() is just called as soon as any item on the menu or
> > out side area of menu is clicked via m_client->valueChangedForPopupMenu() in
> > WebPopupMenuProxyGtk::showPopupMenu().
> > As a result, reset of m_popupIsvisible is guaranteed.
> > 
> > But for the Webkit EFL, elm_menu is activated from UIProcess, but it's not
> > blocked until user's selection.
> > So, the working flow of each port are different from each other.
> 
> Could you test whether your issues are fine with below bug ?
> https://bugs.webkit.org/show_bug.cgi?id=135454
> 
> I think that this is duplicated bug(but different approach)

Hyuki, it looks the patch of Bug 135454 looks better fix for EFL port. What do you think about it ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150601/a3e2f561/attachment-0001.html>


More information about the webkit-unassigned mailing list