|
| Summary: |
Macros don't all execute properly when editing the source of a page in the inplace editor and saving directly from there |
| Issue Type: |
Bug |
| Affects Versions: |
17.10.4, 17.8.0 |
| Assignee: |
Unassigned |
| Attachments: |
image-2026-03-08-19-16-23-594.png, image-2026-03-08-19-17-03-476.png, image-2026-03-08-19-17-20-091.png |
| Components: |
CKEditor |
| Created: |
08/Mar/26 19:17 |
| Priority: |
Major |
| Reporter: |
Anca Luca |
| 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
|
|