Bug 193875 - [iOS][iPad] Using typeahead of arrow keys in <select> on store.apple.com product page dismisses popover
Summary: [iOS][iPad] Using typeahead of arrow keys in <select> on store.apple.com prod...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: Safari 12
Hardware: iPhone / iPad iOS 12
: P2 Enhancement
Assignee: Nobody
URL: https://www.apple.com/shop/product/MU...
Keywords: PlatformOnly
Depends on:
Blocks:
 
Reported: 2019-01-26 15:10 PST by Daniel Bates
Modified: 2019-01-26 15:10 PST (History)
2 users (show)

See Also:


Attachments
Screen capture (4.83 MB, video/quicktime)
2019-01-26 15:10 PST, Daniel Bates
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2019-01-26 15:10:33 PST
Created attachment 360256 [details]
Screen capture

Seen on iOS 12.1.1 (16C50).

Steps to reproduce:

1. Visit <https://www.apple.com/shop/product/MU8G2LL/A/smart-keyboard-folio-for-11-inch-ipad-pro-us-english?fnode=9d>.
2. Tap the language picker to open a popover.
3. Press g on the keyboard.

Then German will be selected and the popover is dismissed. This does not feel natural. I like the AppKit behavior where the menu intercepts the key events. We should consider implementing similar behavior.

(Similarly dismissal behavior is seen when you use the arrow keys)

(Note this behavior is site-specific and is the result of key events being passed to WebCore when the popover is up.)