Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d8869281dbc4a1d45a30ccb21be00ef80fec6ea2
https://github.com/WebKit/WebKit/commit/d8869281dbc4a1d45a30ccb21be00ef80fec6ea2
Author: Ryosuke Niwa <[email protected]>
Date: 2026-01-16 (Fri, 16 Jan 2026)
Changed paths:
M Source/WebCore/html/HTMLElement.cpp
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
M Source/WebCore/page/QuirksData.h
Log Message:
-----------
Add a quirk to ignore inputmode=none on Google slides
https://bugs.webkit.org/show_bug.cgi?id=305624
rdar://162657220
Reviewed by Wenson Hsieh.
Add a site specific quirk to ignore inputmode=none on Google slides
to workaround the issue that bringing up software keyboard is hard.
* Source/WebCore/html/HTMLElement.cpp:
(WebCore::HTMLElement::canonicalInputMode const):
(WebCore::HTMLElement::inputMode const):
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldIgnoreInputModeNone const):
(WebCore::handleGoogleQuirks):
* Source/WebCore/page/Quirks.h:
* Source/WebCore/page/QuirksData.h:
Canonical link: https://commits.webkit.org/305740@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications