[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 09:43:25 PDT 2010


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





--- Comment #24 from Tony Chang <tony at chromium.org>  2010-10-26 09:43:25 PST ---
(From update of attachment 71850)
View in context: https://bugs.webkit.org/attachment.cgi?id=71850&action=review

don't have time for a full review now, will look again in a few hours

> LayoutTests/editing/selection/script-tests/triple-click-across-editability-boundaries.js:45
> +function pause(millis) {
> +    var startDate = new Date();
> +    while ((new Date()) - startDate < millis) {}

You should use eventSender.leapForward so the test isn't slow.

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