statamic / collaboration

Real-time, multi-user editing with Statamic via websockets
https://statamic.com/addons/statamic/collaboration
33 stars 13 forks source link

Broken bard field after live preview was opened #16

Closed wiebkevogel closed 4 years ago

wiebkevogel commented 5 years ago

If several users work in the same entry, the bard field can be broken. Reproducible by:

  1. user 1 blocks bard field and adds a set
  2. user 2 sees set collapsed (at this point, maybe not quite as bad as I thought) Bildschirmfoto 2019-11-07 um 09 39 50
  3. user 2 goes to live preview and closes the live preview again
  4. user 2 will not see the sets in the bard field correctly anymore Bildschirmfoto 2019-11-07 um 09 42 56
jasonvarga commented 4 years ago

This fix requires some changes from the Statamic core (beta.10)

wiebkevogel commented 4 years ago

Could reproduce the behavior with the latest Core and Collboration changes in the way described above.

jasonvarga commented 4 years ago

Is that because pusher isn’t sending back everything due to the messages being too large? @sauerbraten was talking about that.

wiebkevogel commented 4 years ago

Yes, I think so.