Bug 196102

Summary: [iOS] REGRESSION: Scrolling using arrow keys when popover is visible scrolls the page, detaches popover
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar, PlatformOnly, Regression
Version: WebKit Local Build   
Hardware: iPhone / iPad   
OS: iOS 12   
See Also: https://bugs.webkit.org/show_bug.cgi?id=187363

Description Daniel Bates 2019-03-21 12:13:37 PDT
In bug #187363 we fixed this issue for <select> popovers, but there are other form controls that have popovers that can also be detached when using the arrow keys. We need to fix them all.

Here is a list of the other controls with popovers off the top of my head:

<input type="date">
<input type="time">
<input type="datetime-local">
<input type="month">
<input type="color">
Comment 1 Radar WebKit Bug Importer 2019-03-21 12:13:49 PDT
<rdar://problem/49118151>
Comment 2 Daniel Bates 2019-03-21 12:14:00 PDT
Popovers are only used on iPad.