Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 35c773e2eb0dcab95b0e72d47324b97c30d00ad9
https://github.com/WebKit/WebKit/commit/35c773e2eb0dcab95b0e72d47324b97c30d00ad9
Author: Cole Carley <[email protected]>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M Source/WebCore/page/Quirks.cpp
Log Message:
-----------
outlook.live.com: Cannot scroll the "Add Contacts" drop-down menu when adding
contacts to a contact list
https://bugs.webkit.org/show_bug.cgi?id=315715
rdar://48008837
Reviewed by Brandon Stewart.
When trying to create a contact list on outlook.live.com, it is impossible to
scroll the suggested contact list popup on iPad. Outlook is calling
event.preventDefault on the touchmove event, which is preventing the scrolling.
To fix this issue, I registered the shouldPreventDispatchOfTouchEvent quirk
with outlook.live.com and only prevent dispatch of touchmove events when
the element is a descendant of an element with class name "ms-Suggestions". I
think this is narrow enough not to cause issues in other places on the site.
* Source/WebCore/page/Quirks.cpp:
Canonical link: https://commits.webkit.org/314111@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications