Bug 99067
Summary: | [EFL] Need some way to block event to UI process while javascript popup is displayed. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Byungwoo Lee <bw80.lee> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | lucas.de.marchi, mcatanzaro |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Byungwoo Lee
Efl doesn't provide modal popup.
To implement the popup with ecore_main_loop_begin() or ecore_main_loop_iterate() can make some problems.
One of it is the ui events (e.g. mouse event or key event)
elm_popup doesn't block mouse event when it is displayed.
Because of this,
with some nested loop implementation,
mouse click or key event can be sent to webkit while javascript popup is displayed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Closing this bug because the EFL port has been removed from trunk.
If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.