This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-03d58a8f-a97b-4e5d-ad33-4801ff0a191c XWIKI-23309 Open

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

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-edf74cbd-47b4-43b0-9afe-e817124bb28b Josué Tille created this issue on 17/Jun/25 10:53
 
Summary: Cannot edit macro content when the macro is in a table cell
Issue Type: cid:jira-generated-image-avatar-03d58a8f-a97b-4e5d-ad33-4801ff0a191c Bug
Affects Versions: 16.10.8
Assignee: Unassigned
Components: WYSIWYG Editor
Created: 17/Jun/25 10:53
Priority: cid:jira-generated-image-static-major-141e6c0a-3d1e-408d-b206-e5ea612d7438 Major
Reporter: Josué Tille
Description:

It seem that we can't edit the macro content with the WYSIWYG when the macro is in a table cell. By example:

== 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}}
)))