Details
-
Bug
-
Resolution: Fixed
-
Minor
-
9.3.1
-
Easy
-
N/A
-
N/A
-
Description
Steps:
- Create a page called 'A'
- When you are in edit mode, repress the 'Create' button from the menu
- You will see that 'A' is duplicated, bug.png
The generated code is:
<ol id="target" class="breadcrumb"> <li class="wiki"> <a href="/xwiki/bin/view/Main/"><span class="fa fa-home"></span></a> </li> <li class="active space"> <a href="/xwiki/bin/view/A/">A</a> </li> <li class="preview active">A</li> </ol>
If you repress 'Create' the hierarchy presented in the 'Location' will not be used, but the initial one. So it's not a behavior bug, mostly a minor display bug.
URL
http://localhost:8080/xwiki/bin/edit/A/WebHome?template=&parent=Main.WebHome&title=A
Attachments
Issue Links
- is related to
-
XWIKI-14214 Wrong page location when using "Create" button from a not existing page
- Closed
-
XWIKI-12562 More than 1 'active' element in the locationPicker's location preview when changing the parent space
- Closed