This issue has been created
There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-5c4feb3f-7f24-4d8b-a5a2-5e4b0200e2f5 XWIKI-23985 Open

Switching syntax in source mode wrongly joins the realtime session

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-eda32668-076c-4711-9270-4b450498de28 Michael Hamann created this issue on 04/Feb/26 10:35
 
Summary: Switching syntax in source mode wrongly joins the realtime session
Issue Type: cid:jira-generated-image-avatar-5c4feb3f-7f24-4d8b-a5a2-5e4b0200e2f5 Bug
Affects Versions: 17.10.2
Assignee: Unassigned
Attachments: Bildschirmaufnahme_20260204_103254.webm
Components: CKEditor
Created: 04/Feb/26 10:35
Priority: cid:jira-generated-image-static-major-6c8ca00d-9ceb-4510-97bd-dc4f16c6d83b Major
Reporter: Michael Hamann
Description:

Steps to reproduce:

  1. Go to the administration, in Editing -> Syntax uncheck "xwiki/2.0" under disabled syntaxes
  2. Create a new page
  3. Go to source mode
  4. Type some content like "test"
  5. Select another syntax like "XWiki 2.0" in the syntax selection
  6. Select "Yes" when asked if the content shall be converted.
  7. Disable source mode

Expected result:

After the syntax conversion, the saving toolbar stays the same. After the last step, only a single "Done" button is displayed.

Actual result:

After the syntax conversion, a message that the realtime session is joined is displayed. After the disabling the source mode, the saving toolbar is displayed twice.

I've attached a screen recording that shows the reproduction steps.

 
 

1 comment

 
cid:jira-generated-image-avatar-eda32668-076c-4711-9270-4b450498de28 Michael Hamann on 04/Feb/26 10:39
 

I wondered if this could be a regression caused by XWIKI-23262 but I reproduce on XWiki 17.8.0 so it doesn't look like it.