-
Notifications
You must be signed in to change notification settings - Fork 4.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
Revert "Browse Mode: Add snackbar notices (#50794)" #50937
Conversation
This reverts commit a2d8295.
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.
Thanks for opening up the revert. It was a cool feature enabling the snackbars in browse mode, but it'd be good to get this revert merged to fix up the regressions for 15.9, before having another go at it.
I've re-tested, and this appears to fix both the blurriness issue, and the positioning of the block toolbars. LGTM!
Size Change: +43 B (0%) Total Size: 1.41 MB
ℹ️ View Unchanged
|
Flaky tests detected in 1635871. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5076118689
|
@c4rl0sbr4v0 just checking, are you running the GB 15.9 release? If so, would you mind cherry-picking this PR into the release? If not, I'm happy to cherry-pick into the release branch. It'd be good to ensure this fix makes it in 🙂 |
Cherry picked to |
@luisherranz You add the label Backport to Gutenberg RC. Then you cherry pick. Once is cherry picked, you can remove it. There is also a script that makes all of this automatically: |
My mistake, sorry. I wanted to add it to this PR instead. |
Hi there! I wanted to note that the problem at the time this PR was submitted seems to have been solved by the merge of #51054. (c.f. #50175 (comment)) |
Thanks for taking care of this. |
What?
As mentioned in #50794 (comment), this causes quite a bad bug with block toolbars, so I think a revert is best for now.
Why?
I'm not sure why the bug happens.
The change to
scale
might explain the blur, but I'm not sure on the rest of it.How?
git revert
Testing Instructions
Screenshots or screencast
Before
After
Kapture.2023-05-25.at.12.32.41.mp4