Bug 196102 - [iOS] REGRESSION: Scrolling using arrow keys when popover is visible scrolls the page, detaches popover
Summary: [iOS] REGRESSION: Scrolling using arrow keys when popover is visible scrolls ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Local Build
Hardware: iPhone / iPad iOS 12
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly, Regression
Depends on:
Blocks:
 
Reported: 2019-03-21 12:13 PDT by Daniel Bates
Modified: 2019-03-21 12:14 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.