Hovering "holes" in certain areas of a block #10090
Labels
General Interface
Parts of the UI which don't fall neatly under other labels.
[Type] Bug
An existing feature does not function as intended
Because of the way we construct block UI, there are certain areas of the block where hovering doesn't actually trigger the intended result.
For instance, the movers are intended to display when you have the left side of the block hovered (I think it's like 30% or something). But it doesn't always work as illustrated by this annoyingly large GIF…
When a block is not selected, hovering in these areas also causes the dark hover border to go away. I didn't GIF that, but you can try it on your own.
In this crude illustration, you can see a bit how this happens. The blue areas show where hover is correctly triggered.
The other areas don't work because our block border area (what I'll call the block "canvas") is drawn with a pseudo-element that has
pointer-events: none
applied. This means hover (and click) events don't trigger there.The text was updated successfully, but these errors were encountered: