This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-bf2bbf69-c760-4672-8bec-91cb6d6b1141 XWIKI-23317 Open

Auto saving in realtime doesn't wait as expected when the user types during saving

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-0fb7920b-2d9e-4e1e-b6a3-faa2c3d77eac Michael Hamann created this issue on 18/Jun/25 14:19
 
Summary: Auto saving in realtime doesn't wait as expected when the user types during saving
Issue Type: cid:jira-generated-image-avatar-bf2bbf69-c760-4672-8bec-91cb6d6b1141 Bug
Affects Versions: 17.4.0
Assignee: Unassigned
Attachments: image-2025-06-18-14-17-02-613.png
Components: Realtime
Created: 18/Jun/25 14:19
Priority: cid:jira-generated-image-static-major-bcadc884-c50d-46d6-8653-4b21e80a21f8 Major
Reporter: Michael Hamann
Description:

Steps to reproduce:

  1. Create a new document
  2. Type a first word
  3. Wait 50 seconds
  4. Type continuously for the next about 20 seconds, and in particular continue typing when you see notifications about saving

Expected result:

A single version is saved after about 60 seconds, and the next version is only saved about 60 seconds later.

Actual result:

Several versions are saved within a few seconds, basically as soon as the first save operation finishes, a second one starts. How many of them are saved depends on how fast you type, it stops as soon as you make a short break, then the next revision only appears about a minute later as expected:

43764_image-2025-06-18-14-17-02-613.png

I've reproduced this both on a 17.4.0 installation as well as a development snapshot of today. I've seen this behavior at least since the introduction of the new realtime UI, maybe even earlier.