Bug 208751
Summary: | Update text placeholder selection on removal without using Range IPI | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> |
Component: | WebCore Misc. | Assignee: | Daniel Bates <dbates> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=208661 |
Daniel Bates
Follow up on bug #208661, when updating selection after a text placeholder removal we should do so without instantiating a Range, which is heavy-handed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Daniel Bates
I decided to fix this in the original bug, bug #208661.