-
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
Fix missing CSS in the Classic Block #12441
Conversation
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.
Ah, thanks for the screenshots. Yes this seems like a good improvement. |
Ughhh, mistakenly thought these were fixed already... They are not "nice to have improvements", they are regressions. Most are pretty serious like the missing CSS for the shim covering embeds in the Classic block preventing the floating toolbar from showing, and users from being able to edit the URLs. The missing CSS for the error messages when embedding fails make them look quite "ugly" :( All of this functionality has been in the Classic Editor for years. I understand the styling was missed when bringing over the CSS for editor content, but it needs fixing the-sooner-the-better. |
Hmm, I'm probably missing something but how is this error related to this pr?
|
3f080f7
to
926aaf3
Compare
@azaozz Would it be possible to note testing steps, what is broken/expected, and some context on the changes being made here? |
01fb026
to
7ab5b40
Compare
I rebased this PR and cleaned it up a bit. Testing instructions:
|
@azaozz Could you confirm everything still looks good to you after the clean up? :) |
Also test: you should not be able to play the embed after selecting the block inside the classic editor. |
@ellatrix yep, works quite well here too. Thanks for looking at this :) |
Makes image captions and wpviews (embeds, etc.) work again.
Tested in Chrome, Firefox, IE11.