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 | ||
Daniel Bates
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">
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/49118151>
Daniel Bates
Popovers are only used on iPad.