There are 3 updates, 1 comment.
 
 
Change Request Application / cid:jira-generated-image-avatar-0a05708f-c4ac-45fb-9a58-9cd3fcc03b37 CRAPP-399 Open

View not rendered properly when HTML 5.0 Syntax is disabled.

 
View issue   ยท   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-da3e588b-fb6e-47cf-9119-5f1a28d67966 Changes by Paul Koehler on 09/Sep/25 10:57
 
Attachment: image-2025-09-09-10-57-47-791.png
Attachment: image-2025-09-09-10-57-33-632.png
Assignee: Simon Urli
 
 

1 comment

 
cid:jira-generated-image-avatar-da3e588b-fb6e-47cf-9119-5f1a28d67966 Paul Koehler on 09/Sep/25 10:58
 

I tested this a little more. It seems to me that when a page is rendered in XWiki/2.1 syntax, the ChangeRequestApplication automatically converts the syntax to HTML. This rewrites the entire content of the page to HTML syntax. As a result, the diff view also looks incorrect. When the corresponding document is released, the HTML rendered by the ChangeRequestApplication is inserted instead of XWiki2.1 being used. This breaks the rendered view within XWiki.
I don't think this is intended behavior, especially since the problem is that it would destroy the content of all pages for which a change request is made.

The goal should be for the Change Request Application to save the written changes in the selected syntax of the page and then display them accordingly on the ChangeRequestSheet.

 

Basic Example: 

Before using Change Request Application

44182_image-2025-09-09-10-57-33-632.png

 

This is what the Change Request Application builds.

44183_image-2025-09-09-10-57-47-791.png