Bug 192802

Summary: [iOS] Focusing an editable element should scroll to reveal the selection
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebKit2Assignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, megan_gardner, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 193084    
Attachments:
Description Flags
Patch for EWS none

Description Wenson Hsieh 2018-12-17 21:55:26 PST
It currently scrolls to the last touch location (see the FIXME in WebPage::getAssistedNodeInformation, in WebPageIOS.mm).
Comment 1 Wenson Hsieh 2018-12-17 21:55:53 PST
<rdar://problem/46781759>
Comment 2 Wenson Hsieh 2018-12-19 22:58:37 PST
Created attachment 357790 [details]
Patch for EWS
Comment 3 WebKit Commit Bot 2018-12-20 08:29:03 PST
Comment on attachment 357790 [details]
Patch for EWS

Clearing flags on attachment: 357790

Committed r239441: <https://trac.webkit.org/changeset/239441>
Comment 4 WebKit Commit Bot 2018-12-20 08:29:05 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Daniel Bates 2019-01-02 11:35:43 PST
(In reply to WebKit Commit Bot from comment #3)
> Comment on attachment 357790 [details]
> Patch for EWS
> 
> Clearing flags on attachment: 357790
> 
> Committed r239441: <https://trac.webkit.org/changeset/239441>

This broke tab cycling to offscreen <select>s. See bug #193084.