This issue has been created
 
 
Realtime WYSIWYG Editor / cid:jira-generated-image-avatar-ff4fc030-4371-40c8-aed7-0665a068c393 RTWYSIWYG-94 Open

Editable macro parameter gets input not meant for it

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-52d9feaa-3b6b-4ab3-b5ff-af200786af96 Guido Kracke created this issue on 20/Mar/26 09:45
 
Summary: Editable macro parameter gets input not meant for it
Issue Type: cid:jira-generated-image-avatar-ff4fc030-4371-40c8-aed7-0665a068c393 Bug
Assignee: Unassigned
Attachments: Test.Table.WebHome.xar
Created: 20/Mar/26 09:45
Priority: cid:jira-generated-image-static-major-ae9817c0-2f13-4b8b-acf8-b276c83fb643 Major
Reporter: Guido Kracke
Description:

Please find attached a small test case used with XWiki 18.1.0. The content of the page is
 

Text

{{grid title="A meaningful title"}}
|=A|=B|
|a|b
{{/grid}}

The macro grid is defined on the same page. The parameter title is editable.

If you open the page with the XYSIWYG editor, place the curser behind “Text”, press enter and switch to source mode you’ll see

Text

{{grid title="

 
A meaningful title"}}
|=A|=B|
|a|b
{{/grid}}