This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-1a7c5856-7249-430b-8fb7-37c0aee74932 XWIKI-24312 Open

confirmationText is not handled as plain text in ConfirmationBox

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-a1a56cf6-4dd6-4e15-a171-f8a494d7e36e Manuel Leduc created this issue on 04/May/26 13:47
 
Summary: confirmationText is not handled as plain text in ConfirmationBox
Issue Type: cid:jira-generated-image-avatar-1a7c5856-7249-430b-8fb7-37c0aee74932 Bug
Affects Versions: 1.9 RC1, 2.0 M1
Assignee: Unassigned
Components: Web - Templates & Resources
Created: 04/May/26 13:47
Priority: cid:jira-generated-image-static-major-5255a39e-47d6-4f0e-9096-bf00c61ce5d2 Major
Reporter: Manuel Leduc
Description:

Reproduction steps

In the browser console, execute the following code

new XWiki.widgets.ConfirmationBox({}, { confirmationText: "<i>HELLO</i>"})

Expected

The displayed text is <i>HELLO</i>

Actual

This displayed test is HELLO in italic.

 
 

1 update

 
cid:jira-generated-image-avatar-a1a56cf6-4dd6-4e15-a171-f8a494d7e36e Changes by Manuel Leduc on 04/May/26 13:49
 
Description: h2. Reproduction steps

In the browser console, execute the following code

{code:javascript}
new XWiki.widgets.ConfirmationBox({}, { confirmationText: "<i>HELLO</i>"})
{code}

h2. Expected

The displayed text is {{<i>HELLO</i>}}

h2. Actual

This displayed
test text is {{HELLO}} in italic.