RESOLVED FIXED Bug 197529
Add a quirk to make gmail navigation bar scrollable without mouse hover on iOS
https://bugs.webkit.org/show_bug.cgi?id=197529
Summary Add a quirk to make gmail navigation bar scrollable without mouse hover on iOS
Antti Koivisto
Reported 2019-05-02 13:41:00 PDT
The left side bar requires mouseover to become scrollable.
Attachments
patch (4.24 KB, patch)
2019-05-02 13:56 PDT, Antti Koivisto
simon.fraser: review+
simon.fraser: commit-queue-
patch (4.29 KB, patch)
2019-05-02 23:09 PDT, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2019-05-02 13:47:43 PDT
Antti Koivisto
Comment 2 2019-05-02 13:56:38 PDT
Simon Fraser (smfr)
Comment 3 2019-05-02 16:28:38 PDT
Comment on attachment 368818 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=368818&action=review > Source/WebCore/page/Quirks.cpp:271 > + if (!m_needsGMailOverflowScrollQuirk) This should also do the if (!needsQuirks()) check.
Antti Koivisto
Comment 4 2019-05-02 23:09:01 PDT
WebKit Commit Bot
Comment 5 2019-05-02 23:48:19 PDT
Comment on attachment 368904 [details] patch Clearing flags on attachment: 368904 Committed r244904: <https://trac.webkit.org/changeset/244904>
WebKit Commit Bot
Comment 6 2019-05-02 23:48:21 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.