Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
17.8.0, 17.10.4
-
None
-
Unknown
-
Description
Steps to reproduce:
- create a page with the create page form
- save the page, empty
- from view mode, enter the edit mode, using the default editor (in-place and realtime)
- switch to source editing, from the rich text editor button
- at this point an information box will say that the realtime editing mode was left, which is alright, expected and normal
- type or paste a liveData macro call, for example:
{{liveData id="users" properties="_avatar,doc.name,first_name,last_name" source="liveTable" sourceParameters="className=XWiki.XWikiUsers&translationPrefix=xe.userdirectory." /}} - click save and view
Expected result:
- edit mode is exited and a livedata table loads in view mode for the page
Actual result:
- edit mode is exited, but the page only displays a spinner indefinitely (and the table never loads):
- after a refresh, the page displays properly, as expected