Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Blocking items on redirected page

Avatar

Level 2

Hello,

Our application is using a simple dialog which accepts URL provided by CQ-Author & display it on a page using an anchor tag.

Following is the scenario when it is not working in Google chrome & Mozilla Firefox:

1. While we click on a URL it is redirected to a provided page & blocking few button activity. i.e. add to left, add to right etc.

Please suggest a possible solution of this issue.

 

Regards,

-Aashay

3 Replies

Avatar

Level 2

HI Aashay

    Could you please elaborate on this with some screen shots and the error you are getting ? It could be some kind off browser or HTML issue

Thanks

Veena

Avatar

Level 2

Hello,

PFA

Buttons shown in the image are not working when URL is directly opened from the AEM application & working in the case of opening URL directly in the browser and opening through right click+Open in new tab option from the AEM application.

 

Regards,

-Aashay

Avatar

Level 2

Hello Members,​

This issue was resolved using rel attribute of anchor tag:

<a href="#" rel="noreferrer">HTML codes</a>

Thanks & regards,

-Aashay