[Webkit-unassigned] [Bug 77015] [GTK] new fast/events failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 05:00:05 PDT 2012


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


Zan Dobersek <zandobersek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zandobersek at gmail.com




--- Comment #1 from Zan Dobersek <zandobersek at gmail.com>  2012-07-13 05:00:04 PST ---
I took some time to inspect these failures.

Both tests pass (logs of the first and second drag are the same) when run manually, with the 'div:div:dragleave' line not appearing in the logs.

It seems currently the webkit_web_view_drag_leave method must be called for the drag to be ended via drag controller. In these two test cases, the drag actually fails rather than leaves the web view, i.e. drag-failed signal is fired on the web view. This signal is currently handled in EventSender to stop the failed drag animation. The drag_leave method does get called eventually, but this happens when the second drag is already in progress.

I've already made some successful attempts at fixing this test by tweaking the EventSender behavior, but ultimately every attempt ended up causing more regressions (but some new passes as well).

Also CC-ing Martin.

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