There is 1 update.
 
 
Cristal / cid:jira-generated-image-avatar-5be194ec-a169-4f51-820b-164ab9eed9f6 CRISTAL-251 Open

Editing a page on Electron after restart show an empty page

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-7e5c6f6e-3093-4c1a-b330-0a50da30827a Changes by Manuel Leduc on 15/Oct/24 10:38
 
Description: h2. Reproduction steps

# Start an electron instance with a file system backend
# Open a page with some content
# Edit the page

h2. Expected

* The editor presents the content of the page

h2. Actual

* The editor is empty

h2. Analysis

The issue is caused by CRISTAL-95 with the introduction of  {{CollaborationKit}} in {{c-edit-tiptap.vue}}.
We need to find a way to avoid realtime when the backend does not support it.
Note: Somewhat related to  CRISTAL-252.