This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-6dc04ab2-716d-4631-af4d-3b24221f3098 XWIKI-24313 Open

text is not handled as plain text in Notification

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-89d663e0-894c-4b6b-bb58-9ee0482c0482 Manuel Leduc created this issue on 04/May/26 13:49
 
Summary: text is not handled as plain text in Notification
Issue Type: cid:jira-generated-image-avatar-6dc04ab2-716d-4631-af4d-3b24221f3098 Bug
Affects Versions: 1.9 RC1, 2.0 M1
Assignee: Unassigned
Components: Web - Templates & Resources
Created: 04/May/26 13:49
Priority: cid:jira-generated-image-static-major-681d5ff3-8bae-495d-b129-ee05f94a5758 Major
Reporter: Manuel Leduc
Description:

Reproduction steps

In the browser console, execute the following code

new XWiki.widgets.Notification("<i>HELLO</i>")

Expected

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

Actual

This displayed text is HELLO in italic.