Bug 199273
Summary: | [iOS] Long pressing and dragging to select text sometimes fails to extend a ranged selection | ||
---|---|---|---|
Product: | WebKit | Reporter: | Wenson Hsieh <wenson_hsieh> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | wenson_hsieh |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=247848 |
Wenson Hsieh
To reproduce:
1. To go https://whsieh.github.io/examples/lorem (or any website with a lot of selectable text).
2. Trigger a long press on some text to start a selection with word granularity.
3. Without ending the touch, pan to more text to extend the selection.
Sometimes, instead of extending the ranged selection to encompass text content near the touch location, this moves the ranged selection to the word under the touch location.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Wenson Hsieh
Needs more spelunking to figure out whether this is us or UIKit.