Changes by Marius Dumitru Florea on 02/Feb/26 11:19
Fix Version:
18.0.1
Fix Version:
18.1.0-rc-1
Fix Version:
17.10.4
Assignee:
Marius Dumitru Florea
1 comment
Marius Dumitru Florea on 02/Feb/26 11:19
I managed to reproduce with Chrome in the end. The test was returning from in-place edit to view mode after solving a merge conflict. The test was waiting for the merged conflicts to be solved, i.e. for the Saved message, but not for the view mode to be ready. Going from in-place edit to view mode happens without a page reload, and XWiki.editor remains set until view mode is ready. Without a wait for view mode to be ready TestUtils#maybeLeaveEditMode was seeing XWiki.editor set so it thought it was still in edit mode and waited for the Cancel button to be enabled. But since we were going to view mode the Cancel button remained disabled (it's still present after ending in-place edit, to be used for the next in-place edit session).
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.