There are 2 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-efa51d75-a08b-496a-a40d-f1717a07f7fc XWIKI-23558 In Progress

Syntax conversion is failing

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-0251b71c-06d1-47e8-a1e8-540f7f5e4076 Changes by Marius Dumitru Florea on 13/Oct/25 12:11
 
Version: 17.6.0-rc-1
Status: Open In Progress
 
 

1 comment

 
cid:jira-generated-image-avatar-0251b71c-06d1-47e8-a1e8-540f7f5e4076 Marius Dumitru Florea on 13/Oct/25 12:11
 

Regression caused by XWIKI-23228 because I made the function that destroys the editor async, but I haven't updated the syntax plugin to wait for the editor to be fully destroyed (async) before attempting to recreate it. This last part, re-creating the editor, fails because CKEditor sees that there is already an instance (the one currently being destroyed) associated to the content textarea / element.