-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Tested on:
- Etherpad: 1.8.14
- Browsers: Chrome 94.0.4606.81 and Firefox 94.0.1
- Clients: Private instance and rich.etherpad.com
- Node: 12.18.0
Steps to reproduce:
- Create a new pad and fill it with some content
- Export the pad as HTML
- Create a second pad and import the HTML from the first pad
- Create enough changes to make more than 1000 revisions
What I expected to happen:
The timeslider would work normally
What actually happened:
Revisions after 1000 are working but all revisions < 1000 simply show the content of revision 1000.
Additional Information
- Also affects pads which were edited by the
/setHTML
API endpoint (which we internally use for applying templates) - Most likely related to This .etherpad contents breaks timeslider playback #5214
- You can see the bug in action here (as long as the pad is kept alive): https://rich.etherpad.com/p/test3
beatgutzwiller and JohnMcLear