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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 31 21:19:33 PDT 2015


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

--- Comment #17 from KwangHyuk <hyuki.kim at samsung.com> ---
(In reply to comment #16)
> (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 ?

Agree with you. :)

-- 
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/0082ccf5/attachment.html>


More information about the webkit-unassigned mailing list