[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 12:16:04 PDT 2011


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





--- Comment #9 from Ryosuke Niwa <rniwa at webkit.org>  2011-08-21 12:16:03 PST ---
(In reply to comment #8)
> 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?

So if I reduce the amount of time, to say 100ms, then the test still time outs because my test clicks on every pixel on a text run to verify that the caret is placed on the correct location for several test cases.  Even if the text was only 50 pixels long, it'll take 5 seconds at minimum.  On the other hand, if I reduce the waiting time too much (even 100ms is too small), then DRT thinks I'm double/triple clicking and fail.

We might be able to get away with this problem if we had a way to clear click count in EventHandler.

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