[Webkit-unassigned] [Bug 48037] Triple click does not select whole line for mixed contenteditable regions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 01:48:05 PDT 2010


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





--- Comment #22 from kalman at chromium.org  2010-10-26 01:48:04 PST ---
(From update of attachment 71839)
View in context: https://bugs.webkit.org/attachment.cgi?id=71839&action=review

>> LayoutTests/editing/selection/triple-click-across-editability-boundaries.html:37
>> +    }
> 
> You probably want to rewrite this as a script-test.  See http://trac.webkit.org/changeset/68670 for an example.

Ok done.  It's longer though... maybe I'm doing something wrong...

>>>> LayoutTests/editing/selection/triple-click-across-editability-boundaries.html:58
>>>> +    eventSender.mouseUp();
>>> 
>>> This might be too fast.  You may need to add some delays between each downs & ups.
>> 
>> Yeah I copied it from the other triple click test, seems to work?
> 
> Mn... could you verify that the other test hasn't been flaky?

You're right; it actually doesn't work without a delay (speaking of which, is there a more standard way to do a delay in tests?).
The other test has been disabled in a few places; I can have a look at this in another patch.

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