Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.0.1
-
None
-
Unknown
-
Description
When a user is in the edit screen of a page that contains a redirection macro, the system navigates the user to the specified redirection URL even before saving the changes. This behavior disrupts the editing process and prevents users from completing their updates.
Expected Behavior: While in the edit screen, the redirection macro should not trigger. Users should be able to edit the page without being automatically navigated to the redirection URL.
Actual Behavior: The redirection macro executes even in the edit screen, causing the user to be navigated to the redirection URL, interrupting their workflow.
Steps to Reproduce: Open a page containing a redirection macro in the WYSIWYG editor (e.g., redirect reference="www.xwiki.com" delay="5"/). Enter the edit screen for the page. Observe the behavior while in the edit screen. Result: The user is unexpectedly navigated to the redirection URL, preventing them from making edits to the page.