-
Notifications
You must be signed in to change notification settings - Fork 2k
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
WPCOM Block Editor: show dismiss button in IE 11 #44196
Conversation
Caution: This PR affects files in the FSE Plugin on WordPress.com D46468-code has been created so you can easily test it on your sandbox. See this FieldGuide page about developing in the FSE Plugin for more info: PCYsg-ly5-p2 |
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 nicely, tested in IE11 against local dev environment running the FSE build, and confirm it's still looking good in Safari, Firefox, and Chrome. 👍 🚢
Fantastic! Thank you |
…nterface-interface-skeleton__header otherwise the edit post header will appear on top.
abc274b
to
963ea63
Compare
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
This reverts commit 3caab24.
Changes proposed in this Pull Request
In IE 11, the WP logo we use to dismiss the sidebar seemed to... disappear...
To fix this, the click guards needs a z-index higher or equal to the
.interface-interface-skeleton__header
otherwise the edit post header will appear on top.Before
After
Testing instructions
Enable the sidebar by defining
WPCOM_BLOCK_EDITOR_SIDEBAR
astrue
in your sandbox.Apply D46468-code to sandbox
Find your favourite IE11 testing method (Browserstack?)
The WP logo button should be there.
Ensure it still works in other browsers :)
Fixes #44067