This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
🐞 Edit Post in Visual is "blank" and mce-editor button is stacked (one under other) #284
Labels
status: needs triage
This issue needs revision, splitting, or other gardening work
type: bug
Something isn't working
Expected behavior
Edit Post in Visual must have text visible and editor button must be aligned to the left.
Current behavior
Edit Post in Visual is "blank" (hidden) and mce-editor button is left-stacked (one under other)
I try with Firefox and Chrome, same problem.
Possible solution
Edit Post in Visual is "blank" and after debuging I see inline-css:
.mce-panel {visibility: hidden;}
to solve I add in wp-includes/css/editor.min.css and wp-includes/css/editor.css
.mce-panel {visibility: visible;}
To solve mce button stacked (one under other) if using Visual Editor I add in wp-includes/css/editor.min.css and wp-includes/css/editor.css
.mce-btn {float: left;}
Steps to reproduce bug
Edit post and try to switch from Text to Visual!
Context
Changing wp-includes/css/editor.css it is the simplest and fastest solution that I have found. I do not know in detail about editor!
ClassicPress version
2.0.0+nightly.20231115
PHP version
7.4
Can you help?
I can help test a solution
The text was updated successfully, but these errors were encountered: