Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

page having a fullscreen mask

Avatar

Level 4

Hi there,

Environment: aem 6.5.1, aem 6.3.3

when I load one of my site pages, it is having below fullscreen mask , stopping clicking on any links or buttons.

Screen Shot 2019-12-04 at 10.56.00 AM.png

If I remove above div , it is working fine.

please help.

Thanks,

Sri

7 Replies

Avatar

Community Advisor

From where is this div coming?

Is it coming from your custom code?

Avatar

Level 4

It is from AEM editor code.

#FullScreenMask {

    position: absolute;

    width: 100%;

    height: 100%;

    z-index: 1000;

}

Screen Shot 2019-12-04 at 11.10.58 AM.png

This is the error I see in console and not able to edit in components in edit mode.

I do not see layout, timewarp options in the Edit button drop down.

Avatar

Community Advisor

Try to fix the console errors..and check

Avatar

Level 4

I am not sure , where that pageinfo error coming from, that is also from aem editor code.

Avatar

Community Advisor

Check on weretail page is this error coming ? If not then then some of your custom cide is breaking OOB code.

Avatar

Level 4

does not happen on weretail, something to do with content itself, probably

Avatar

Level 1

This issue got resolved? If yes what was the resolution ? Thanks