Bug 136817 - [EFL] Popup menu doesn't work after first popup has disappeared without selection.
Summary: [EFL] Popup menu doesn't work after first popup has disappeared without selec...
Status: RESOLVED DUPLICATE of bug 135454
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 03:40 PDT by Sanghyup Lee
Modified: 2014-10-10 22:47 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.58 KB, patch)
2014-09-15 03:46 PDT, Sanghyup Lee
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sanghyup Lee 2014-09-15 03:40:36 PDT
m_popupIsVisible is still true although popup is disappered if we didn't select any item.
So, we need to call RenderMenuList::popupDidHide() in WebPopupMenu::hide().
Comment 1 Sanghyup Lee 2014-09-15 03:46:48 PDT
Created attachment 238113 [details]
Patch
Comment 2 Sanghyup Lee 2014-09-15 05:38:50 PDT

*** This bug has been marked as a duplicate of bug 135454 ***
Comment 3 Gyuyoung Kim 2014-10-10 22:47:08 PDT
Comment on attachment 238113 [details]
Patch

Clearing r? to disappear in peding review queue.