Bug 198556 - iPadOS: Google calendars new event picker moves and flickers in landscape with software keyboard
Summary: iPadOS: Google calendars new event picker moves and flickers in landscape wit...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-06-04 22:28 PDT by Ryosuke Niwa
Modified: 2019-06-04 23:09 PDT (History)
4 users (show)

See Also:


Attachments
Fixes the bug (2.25 KB, patch)
2019-06-04 22:30 PDT, Ryosuke Niwa
wenson_hsieh: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2019-06-04 22:28:15 PDT
It's really hard to create a new event using Google calendar on iPadOS without a hardware keyboard
because tapping on date brings up software keyboard and erratically shifts up/down the new event dialog/pane.

We need to pretend that these input elements have inputmode=none for now.

<rdar://problem/48006291>
Comment 1 Ryosuke Niwa 2019-06-04 22:30:45 PDT
Created attachment 371377 [details]
Fixes the bug
Comment 2 Wenson Hsieh 2019-06-04 22:32:01 PDT
Comment on attachment 371377 [details]
Fixes the bug

rs=me
Comment 3 Ryosuke Niwa 2019-06-04 23:09:26 PDT
Committed r246099: <https://trac.webkit.org/changeset/246099>