[Webkit-unassigned] [Bug 260708] New: Remove Quirk shouldAvoidUsingIOS13ForGmail for mail.google.com
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 25 02:04:48 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260708
Bug ID: 260708
Summary: Remove Quirk shouldAvoidUsingIOS13ForGmail for
mail.google.com
Product: WebKit
Version: Safari 17
Hardware: Unspecified
URL: https://mail.google.com
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: karlcow at apple.com
CC: webkit-bug-importer at group.apple.com
Depends on: 200605
This Quirk was added with Bug 200605 on August 2019 (4 years ago)
tracked also at rdar://problem/52545742
Steps to understand if it can be removed
1. With Safari on an iPhone
2. Go to https://mail.google.com/
3. Login
4. Connect to the phone with Web Inspector on a MacBook
5. Inspect the mail.google.com tab from the iPhone
6. check the User Agent String in the console with `navigator.userAgent`
7. It should be "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko)" because of the Quirk
8. Disable Site Specific Hacks on the phone
9. Reload the site
10. Check the User Agent String in the console with `navigator.userAgent`
11. It should be something along "Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1"
12. Double check that all images are loaded.
13. Change the User Agent to be "Mozilla/5.0 (iPhone; CPU iPhone OS 13 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13 Mobile/15E148 Safari/604.1"
14. Reload the page
Expected
All images are being loaded.
If images are properly loaded we can remove the Quirk.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=200605
[Bug 200605] [iOS] Add a quirk for gmail.com messages on iPhone iOS13
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230825/577c0357/attachment-0001.htm>
More information about the webkit-unassigned
mailing list