[Webkit-unassigned] [Bug 99067] New: [EFL] Need some way to block event to UI process while javascript popup is displayed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 07:17:00 PDT 2012


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

           Summary: [EFL] Need some way to block event to UI process while
                    javascript popup is displayed.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bw80.lee at samsung.com
                CC: demarchi at webkit.org


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.

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