[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 10:07:51 PDT 2010


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





--- Comment #25 from Ryosuke Niwa <rniwa at webkit.org>  2010-10-26 10:07:50 PST ---
(From update of attachment 71850)
View in context: https://bugs.webkit.org/attachment.cgi?id=71850&action=review

> LayoutTests/editing/selection/script-tests/triple-click-across-editability-boundaries.js:51
> +    var test1 = createElementWithInnerHTML("span",
> +        "foo <span contenteditable>bar</span> baz");

You can fit all of this in one line.  In WebKit, we don't limit ourselves to 80 columns.

>> LayoutTests/editing/selection/script-tests/triple-click-across-editability-boundaries.js:70
>> +    //testTripleClick("bar baz rab", "middle", test3);
> 
> This is interesting, possibly a bug in VisibleSelection::adjustSelectionToAvoidCrossingEditingBoundaries ?

This is a quite serious bug.  We should fix this bug before checking in this 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