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

Description Wenson Hsieh 2019-06-27 09:45:07 PDT
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.
Comment 1 Wenson Hsieh 2019-06-27 09:45:41 PDT
Needs more spelunking to figure out whether this is us or UIKit.