Adding CSS to Editable tag messes up the placeholder #5063
Labels
Needs Testing
Needs further testing to be confirmed.
[Priority] Low
Used to indicate that the issue at hand isn't a top priority to address and can be handled later
[Status] Needs More Info
Follow-up required in order to be actionable.
[Type] Bug
An existing feature does not function as intended
Milestone
Safari 11, wp 4.9.4, gb 2.1.0
Got an Editable component
The Editor
.textBoxContent
has some CSS to it, within the editor:The CSS messes changes mess with
.blocks-editable__tinymce[data-is-placeholder-visible=true]
element (the one that only shows when there's no content in Editor). Perhaps the placeholder needs some better CSS mirroring to factor in developers doing weird css things like I've done?Don't know if it's as simple as "don't change the size/position of your Editable tag then" or if ya'll at a point of factoring in developer plugins - but thought I'd bring it up.
The text was updated successfully, but these errors were encountered: