Bug 100248 - [EFL][WK2] select-multiple-elements-with-mouse-drag.html fails
Summary: [EFL][WK2] select-multiple-elements-with-mouse-drag.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Raphael Kubo da Costa (:rakuco)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-24 07:25 PDT by Dominik Röttsches (drott)
Modified: 2012-10-31 04:34 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Röttsches (drott) 2012-10-24 07:25:56 PDT
Some change in this range caused this test to fail on Wk2:
http://trac.webkit.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=132343&stop_rev=132333&limit=100
Comment 1 Raphael Kubo da Costa (:rakuco) 2012-10-24 08:17:10 PDT
It's working fine in my tests here if I only run this specific test. Perhaps some flakyness related to my focus commit?
Comment 2 Raphael Kubo da Costa (:rakuco) 2012-10-29 08:25:33 PDT
I've finally reproduce it here. Let the fun begin.
Comment 3 Raphael Kubo da Costa (:rakuco) 2012-10-30 01:36:33 PDT
Going back to r132332 did not help, and the test still failed most of the time. My guess is that it is somewhat flaky right, and has been so for a while.
Comment 4 Raphael Kubo da Costa (:rakuco) 2012-10-30 07:44:06 PDT
This is turning out to be interesting. I can only reproduce it here if I set the focus model in my window manager to a variation of "focus follows mouse" plus "automatically move the mouse pointer to newly created windows" and run WebKitTestRunner with the pointer outside of the region the window is going to occupy when it is created...
Comment 5 Raphael Kubo da Costa (:rakuco) 2012-10-31 04:30:52 PDT
I don't think there is an easy fix for this -- the test fails if you manage to move the mouse pointer in the window while it is in the process of selecting the elements in the box (which is made easier when the window manager automatically moves the mouse pointer for you as I described in comment #4).

Since the test seems to be consistently passing in the bot again these days, I'll just unskip it again and hope for the best.
Comment 6 Raphael Kubo da Costa (:rakuco) 2012-10-31 04:34:02 PDT
Committed r133010: <http://trac.webkit.org/changeset/133010>