[Webkit-unassigned] [Bug 250009] css content ignored when adjusting selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 2 12:56:38 PST 2023


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

--- Comment #1 from Per Bothner <per at bothner.com> ---
Specifically, try the attached test-case.
Note that the selection.collapse requests the caret before *after* the arrow character, but after "selection fixup" the caret is *before* the caret.
This is a WebKit-specific bug.

It seems to be the way WebKit adjusts the selection (contrary to the html5 specification) is a classical case of "technical dept" - a complicated fragile work-around for some other problem. Any plans to fix this?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230102/d03b73b4/attachment-0001.htm>


More information about the webkit-unassigned mailing list