Bug 182204

Summary: Don't retain focus for input peripheral views
Product: WebKit Reporter: Megan Gardner <megan_gardner>
Component: New BugsAssignee: Megan Gardner <megan_gardner>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz, thorton, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Megan Gardner 2018-01-26 17:51:39 PST
Don't retain focus for input peripheral views
Comment 1 Megan Gardner 2018-01-26 17:55:15 PST
Created attachment 332443 [details]
Patch
Comment 2 Megan Gardner 2018-01-26 17:56:02 PST
<rdar://problem/36829288>
Comment 3 Tim Horton 2018-01-26 17:58:54 PST
Comment on attachment 332443 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=332443&action=review

> Source/WebKit/ChangeLog:10
> +        focus to be retains on these views anyways, as they don't have keyboard input, but this

s/retains/retained/

> LayoutTests/fast/forms/ios/ipad/unfocus-inside-fixed-hittest.html:79
> +            document.getElementById('result').textContent = 'PASS: hit testing found #target after select interaction';

Doesn’t this change the test result?
Comment 4 Megan Gardner 2018-01-26 18:14:17 PST
https://trac.webkit.org/r227710