forked from xwiki-contrib/application-task
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Prerequisites:
- XWiki instance 13.10 or 15.x
- Latest version of Task Manager (Pro)
- Trial license
- At least one created task
Step to reproduce:
- Navigate to one of Sandbox pages.
- Create a new task using Task macro from CKEdiotr toolbar or quick actions command, leave the reference default as it is, only provide the name and status.
- Again edit the same page but now add a Task card macro after a newly created task select a task that was created first (or you can use a newly created one), uncheck dependencies (or leave them selected).
- Again edit the same page and this time add a Task card macro above created task (after paragraph).
Actual result:
The Task card macro above Task macro overlaps it and moves out of the border of page to the right side. And below Task card macro don't do that. If you check the source code, it will look like this.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
{{taskcard taskid="TaskManager.EcoVillage Sustainability Audit" dependencies="false"/}}
{{task createDate="2023/10/05 09:42" reporter="XWiki.Admin" reference="Sandbox.Task_2" status="ToDo"}}
Quest for Clarity
{{/task}}
{{taskcard taskid="TaskManager.CodeQuest Challenge" dependencies="false"/}}
Check this GIF (tested on 15.8 but it is also repdocuable in 13.10). Note that it only happens with Task card macro, other macros from Task Manager don't perform such behavior, nor default XWiki macros (info box and etc.)
Expected result:
Task card macro doesn't move the below macro. Each macro is present in a separate line visually.
Reactions are currently unavailable
