This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-dfec11a4-0c63-4d37-94de-f61e4861d791 XWIKI-24229 Open

Inline macro calls are not selectable

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-58f58418-99e8-4fa2-935d-8ad50a864878 Marius Dumitru Florea created this issue on 15/Apr/26 17:47
 
Summary: Inline macro calls are not selectable
Issue Type: cid:jira-generated-image-avatar-dfec11a4-0c63-4d37-94de-f61e4861d791 Bug
Affects Versions: 18.2.1
Assignee: Unassigned
Components: BlockNote
Created: 15/Apr/26 17:47
Priority: cid:jira-generated-image-static-major-148d327b-48b1-42eb-9d7b-7f01f66aa3f3 Major
Reporter: Marius Dumitru Florea
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")