[Webkit-unassigned] [Bug 66514] [Qt] editing/selection/caret-at-bidi-boundary.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 21 09:56:44 PDT 2011


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrobinson at webkit.org




--- Comment #8 from Martin Robinson <mrobinson at webkit.org>  2011-08-21 09:56:44 PST ---
(In reply to comment #6)
> Ah, so this is caused by Qt's DRT actually sleeping for the amount of time leapForward is called upon.  This is not how other ports implement leapForward (except Windows port which apparently has the same behavior).  The point of leapForward is so that you can call it as many time as you want with any delay as you wish without actually delaying or sleeping DRT.

I tried in vain to remove the actual sleep from the GTK+ DRT. GTK+ internals didn't allow it though -- it broke drag and drop completely. Does this test really need to leap forward one entire second for each loop iteration? Why not just reduce the amount of time for now, since fixing all of these platforms is non-trivial?

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