-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Revert "Mobile click accessibility" #11526
Conversation
This reverts commit fb55ab1.
Grrr... polymer stuff is so screwed up! Instead of reverting it globally, you could just set it back to true just inside the |
It is a global setting right? Can you set it to affect just 1 component? |
Anyway, we are migrating all paper dropdowns asap so we can enable it globally again |
Yeah, I have been thinking about it the last couple hours and coming to the same conclusion. The only way it might work is by patching polymer directly. For example, create a copy of I can try to do that, but if you are going to work on switching over to |
* Only upload wheels to PyPI (#11514) * Make sure we load data in update card (#11516) * Guard load diagnostics (#11518) * Design home - Fix GitHub Links (#11519) * Add filtering to system log card and error log card (#11166) Co-authored-by: Bram Kragten <[email protected]> * Handle unknown toggle state (#11522) * Fix dialog heading aria label (#11524) Co-authored-by: Zack Barett <[email protected]> * Use css to hide hint in quickbar (#11527) * Revert "Mobile click accessibility" (#11526) * Clear old src when disconnected so we can't fetch it with the wrong t… (#11528) * Add name of integration to diagnostics when more than 1 (#11523) * Bumped version to 20220203.0 Co-authored-by: Marc Mueller <[email protected]> Co-authored-by: Joakim Sørensen <[email protected]> Co-authored-by: Paulus Schoutsen <[email protected]> Co-authored-by: fpro1212 <[email protected]> Co-authored-by: Kuba Wolanin <[email protected]> Co-authored-by: Zack Barett <[email protected]>
Let's focus on |
Reverts #11447
This breaks dropdown on iOS, fixes #11520