-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
developer.salesforce.com - "Type" and "Products" drop-down menus do not work #112756
Comments
Thank you for reporting this issue, I was able to reproduce it. Tested on: Notes:
Moving to Needsdiagnosis. [qa_43/2022] |
The issue also reproducible in Safari. There seems to be a difference with how function yt(t) {
return M$2(t) && getComputedStyle(t).position !== 'fixed' ? t.offsetParent : null
} It is used in calculations to position the box with options. In Chrome And in Firefox it's a positioned ancestor of the normal non shadow tree: According to w3c/csswg-drafts#159, This is a duplicate https://bugs.chromium.org/p/chromium/issues/detail?id=920069 which is currently being worked on. Interestingly, there is a bug that requests shadow tree elements be accessible by querying I have tested Chrome with --enable-features=OffsetParentNewSpecBehavior flag from https://bugs.chromium.org/p/chromium/issues/detail?id=1334556#c12 and it matches Firefox and Safari. Let's close this as a duplicate. |
FWIW, we could probably contact the site to see if they can change this since it's also broken in Safari |
URL: https://developer.salesforce.com/code-samples-and-sdks
Browser / Version: Firefox Mobile 106.0
Operating System: Android 12
Tested Another Browser: Yes Chrome
Problem type: Site is not usable
Description: Buttons or links not working
Steps to Reproduce:
"Type" and "Products" drop-downs do not drop down on click. Disabled all tracking protections in hope an important script was blocked but still no change
View the screenshot
Browser Configuration
View console log messages
From webcompat.com with ❤️
The text was updated successfully, but these errors were encountered: