-
Notifications
You must be signed in to change notification settings - Fork 798
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
Calypsoify: Remove style that accidentally hides "Code editor" option #17264
Conversation
Gutenberg hides the "View" menu for small screens now: WordPress/gutenberg@f4300ff#diff-84d6cf5cfecefd4e711bd9d50e8fa5f6R14-R18. It's is causing our selector to miss the target and hide the "Code editor" item instead. Thankfully, since what we want is handled natively now we can safely remove our patch.
E2E results is available here (for debugging purposes): https://jetpack-e2e-dashboard.herokuapp.com/pr-17264 This is an automated check which relies on |
I prepped a diff for this: D50195-code Shouldn't this diff have been generated automatically? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well in my testing (via D50195-code). Thanks for tracking this one down!
Unfortunately no, Calypsoify is a bit different in both platforms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests well for me. 🚢
Merging this now, I'll let you handle the wpcom counterpart. |
Gutenberg hides the "View" menu for small screens now. It's is causing our selector to miss the target and hide the "Code editor" item instead. Thankfully, since what we want is handled natively now we can safely remove our patch.
Changes proposed in this Pull Request:
Bugfix
Additional context:
Does this pull request change what data or activity we track or use?
No.
Testing instructions:
Options
menu (three vertical dots in the top-right corner)Code editor
item is availableProposed changelog entry for your changes: