Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
18.2.1
-
None
-
Unknown
-
Description
Create a page with this content:
one {{html}}two{{/html}} three
Edit the page with BlockNote and notice the behavior of the inline macro call:
- if you navigate the content using the keyboard (arrow keys) the caret jumps over the macro output, but if you click inside the macro output the caret is placed inside. So you can't place the caret inside the macro output using the keyboard but you can using the mouse...
- if you double click on the macro output the Macro Editor modal opens, allowing your to edit the macro parameters; but if you select the macro output using the keyboard and press Enter you insert a new line (paragraph). So you can edit the macro call using the mouse but not using the keyboard...
- if you click on the macro output the caret is placed inside but the macro output is not highlighted (selected) so there is not visual indication (border, background color) of where the macro output starts or ends. You don't even realize that is a macro output until you try to type and you hopefully understand that area is read-only.
- there is no tooltip shown on mouse hover to indicate that is a macro call and which macro is called (e.g. "HTML Macro")