There are 3 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-b75755cb-4e94-4c76-9724-e3b0f78827b4 XWIKI-23309 Open

Cannot edit inline macro content when the macro is in a table cell

 
View issue   ยท   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-cb78b582-4035-496e-ae7a-6c71e4c3ea5a Changes by Anca Luca on 30/Jun/26 22:37
 
Description: It seem that we can't edit the macro content with the WYSIWYG when the macro is in a table cell. By For example:

{code:java}
== It doesn't work (we can't edit the "content" text inline) ==

|(((
{{info}}
content
{{/info}}
)))

== It works (we can edit the "content" text inline) ==

(((
{{info}}
content
{{/info}}
)))
{code}


When the content cannot be edited, the whole macro gets selected at once and there is no area that activates to type in it:

!CannotEdit.png|thumbnail!

When the content can be edited, the macro areas get selected one by one, and content can be edited:

!CanEdit.png|thumbnail!
Attachment: CannotEdit.png
Attachment: CanEdit.png