Hi,
The Page Properties Cancel is not working. Clicking on it the Editor should return to the previous View but it doesn't do anything and just stays on the same page (which is Page Properties).
This is the button I am refering to:
And this is the element in question:
<coral-actionbar-item class="coral3-ActionBar-item">
<a id="shell-propertiespage-closeactivator" class="betty-ActionBar-item foundation-fixedanchor foundation-backanchor coral3-Button coral3-Button--quiet" href="https://author-instance/mnt/overlay/wcm/core/content/sites/properties.html?item=%2Fcontent%2Fsomethi..." is="coral-anchorbutton" variant="quiet" data-foundation-backanchor-form="cq-sites-properties-form" size="M" role="button" aria-disabled="false"><coral-anchorbutton-label>Cancel</coral-anchorbutton-label></a>
</coral-actionbar-item>
Update:
Thanks to @Tanika02 I was able to reasearch the issue further.
The issue appears only the first time you open Page Properties for any Page (using any Templates) when Session Storage and Cookies are cleared. The Cancel button will produce the error below and the href for the Cancel button will point to itself.
After you go back with Browser back and open any subsequent Page Properties the Cancel button works correctly and points to the previous View.
Solved! Go to Solution.
Hello @anasustic -
Please have the we.retail/WKND site checkout out on your local AEM instance and troubleshoot if this issue can be replicated over there.
https://github.com/adobe/aem-guides-wknd
If you are using the AEM on prem then you can actually also validate the we.retail site and validate if this the same case.
Hello @anasustic
Dear @aanchal-sikka
Thanks for your reply.
AEM v is 6.5
The issue appear when I open properties for any page in AEM Editor.
I cannot check the OOTB since I do not have it. I shared the console logs in the answer below.
Hello @anasustic
I guess you should be having AEM 6.5 jar locally, which you use to create an AEM instance.
Also access to Service Pack
Please spawn a new instance (AEM 6.5 +SP) and try (Without your code). If its happening here, then it can save you a lot of effort on debugging it
Hi @anasustic -
Hi @Tanika02
Thanks a lot for your reply.
Console log error message is:
The location of the error in the editor.min.js is:
There are events associated with the anchor :
Even if I remove them the anchor still refers to itself in href.
You are correct in saying that the href for the Cancel button points to itselfbut then again I am not sure where is this href set and how to fix it to point to the previous view?
You can find the listeners here towards the very right of the developers console :
Look for any custom Listeners intervening with the cancel button action.
Also, can you validate following as well ?
Thank you @Tanika02
The problem is not solved and I am not sure if this is an AEM issue?
The issue appears only the first time you open Page Properties for any Page (using any Templates) when Session Storage and Cookies are cleared. The Cancel button will produce the error below and the href for the Cancel button will point to itself.
After you go back with Browser back and open any subsequent Page Properties the Cancel button works correctly and points to the previous View.
Hello @anasustic -
Please have the we.retail/WKND site checkout out on your local AEM instance and troubleshoot if this issue can be replicated over there.
https://github.com/adobe/aem-guides-wknd
If you are using the AEM on prem then you can actually also validate the we.retail site and validate if this the same case.
Will do. Thanks.
Hi @Tanika02 and @aanchal-sikka
I was able to determine that the Cancel error appears only with AEM 6.5 SP12 with spring4shell fix and AEM 6.5 SP11 but not with AEM 6.5 SP7.
The AEM 6.5 SP7 is the version with the popup when you first open the Editor console:
Views
Likes
Replies