Show blocks works partially with decoupled editor #17881
Labels
package:editor-decoupled
package:show-blocks
type:bug
This issue reports a buggy (incorrect) behavior.
π Provide detailed reproduction steps (if any)
showBlocks
feature to any decoupled editor (you can use a link to builder)βοΈ Expected result
Block labels are visible:
β Actual result
Block labels are missing:
β Possible solution
Labels styling expects the following structure:
Important part is, the editable element has to be a child of element with
dir
attribute. However, it decoupled editor it's one and the same element:so it isn't matched by the selector and the label is not visible. Note that the dotted outline is visible as it doesn't check the
dir
attribute.π Other details
If you'd like to see this fixed sooner, add a π reaction to this post.
The text was updated successfully, but these errors were encountered: