[Webkit-unassigned] [Bug 120458] New: [GTK][WTR] A ContextMenu open with eventSender.contextClick leaves next tests's mouse events not working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 29 02:05:18 PDT 2013


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

           Summary: [GTK][WTR] A ContextMenu open with
                    eventSender.contextClick leaves next tests's mouse
                    events not working
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk, LayoutTestFailure
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.pena at samsung.com
                CC: gns at gnome.org, mrobinson at webkit.org,
                    cgarcia at igalia.com


When I was investigating bug #120401, I noticed that after

editing/selection/empty-cell-right-click.html

was run, next tests would stop passing. Once I removed it from the lists, the tests would behave correctly (their exact behaviour depending on whether the patch fixing the ClickCounter state was applied or not).

I then debugged a bit more and found that when the ContextMenu is shown, it seems to swallow all next mouse events: that's the reason for all tests running after it being flaky. In order to confirm this, I added a call in WebPageProxy to hide the context menu with m_activeContextMenu->hideContextMenu() whenever a test finishes.

Again, as in bug #120401, I'm not sure on the right approach for this, so I would appreciate comments :)

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