-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Certain Buttons Unresponsive in Site Editor on Mobile Browsers and Apps #58781
Comments
Noting that the buttons become responsive again after changing the z-index for the following selector locally: gutenberg/packages/edit-site/src/components/layout/style.scss Lines 38 to 48 in 21f0fc0
There appear to have been a number of changes related to the site editor which may have contributed. |
I noticed this regression as well and mentioned in another PR, see #58740
I don't think this is related to the Block buttons and not even to the Button component. It's the SIte editor top bar layout that needs some adjustments |
This issue is also mentioned in this comment: #58044 (comment) |
I confirmed this Issue is happening. I believe this selector is responsible: gutenberg/packages/edit-site/src/components/layout/style.scss Lines 38 to 41 in f20a238
Specifically the Screen.Capture.on.2024-02-08.at.16-44-53.mp4 |
I have a bugfix ready for review: #58852 |
Description
As reported in Automattic/wp-calypso#87247 by @kelasante, buttons that appear in the top toolbar when editing a template in the site editor are not tappable. Nothing happens when you click on a specific feature like the save or style icon.
Additionally, when you scroll to Patterns, and click to open a pattern, nothing happens.
Step-by-step reproduction instructions
FSEblock theme active, open the Site Editor by clicking the option to update your site's design.Screenshots, screen recording, code snippet
No response
Environment info
This is a new regression that's reproducible with 17.6.3 of the Gutenberg plugin.
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: