I have a web application with 3 frames. The application is working fine on all browsers except Edge.
The problem is whenever I try to access a javascript method in a frame from another frame I get an error saying "Permission denied".
Some facts:
- This only happens with Edge browser. In all other browsers is working as expected.
- It cannot be a cross origin issue as in all frames there are pages loaded from the same domain.
- I am using https to load the pages.
any help will be appreciated as I'm stuck
Thank you