Most of the recent failures are as indicated by Manuel. The reason seems to be that the text typed inside the information box is not synchronized.
The video recording mysql-8.0-default-tomcat-9-jdk11-chrome-org.xwiki.realtime.wysiwyg.test.ui.AllIT$NestedRealtimeWYSIWYGEditorIT-inplaceEditableMacro.flv shows a couple of things:
- the first editor does receive the info message with "my info tex"
- there's a problem around the time we replace "tex" with "message": the content of the info box remains "my info tex" (probably due to a conflict with content coming from the first editor)
- the content of the information box is "my info tex" right before the save, but the saved content is still "Type your information message here." which seems to indicate that the widget (macro) data (stored in data-macro attribute) is not synchronized with the actual contents (DOM) of the macro output (again, most probably due to a synchronization problem).
There is also another type of failure, less common (happened only once recently):
Seems to be caused by a connection drop:
which could be related to the failure from XWIKI-21605. |