[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
Mon Oct 25 21:37:07 PDT 2010


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





--- Comment #16 from Ryosuke Niwa <rniwa at webkit.org>  2010-10-25 21:37:06 PST ---
(In reply to comment #12)
> I don't think so?  end/startOfParagraph still don't select outside their containing block elements so the editibility wouldn't really play a part.  Something that perhaps would be surprising is triple clicking on "bar" where

oops, I meant

foo <span contenteditable>bar</span> baz

and

<span contenteditable>foo</span> bar <span contenteditable>baz</span>

> <div>foo <span contenteditable>bar</span> baz</div>
> 
> but I believe that the selection is restricted to just "baz" in VisibleSelection::adjustSelectionToAvoidCrossingEditingBoundaries

I see.  That makes sense.

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