[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 19:54:55 PDT 2010


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





--- Comment #10 from kalman at chromium.org  2010-10-25 19:54:54 PST ---
Why not?  Arguably in

<div contenteditable>foo <span contenteditable="false">bar</span> baz</div>

the "bar" is just some uneditable inline entity within an editable block, so I don't see why the shouldn't cross it.  Another way of saying the same thing, I suppose, is "are foo/bar/baz in the same paragraph", the answer to which I assumed was yes.

As some possibly interesting trivia:
 - IE (9 -- haven't tested the others) selects everything, and even allows you to move the "bar" around inside the containing div.
 - Firefox selects everything.
 - Opera selects everything.

i.e. WebKit is the exception.

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