-
-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to read the 'localStorage' property from 'Window': Access is denied for this document. #1022
Comments
same applies to fancytree/src/jquery.fancytree.persist.js Line 51 in cf9a7b6
i simply replace window.localStorage and window.sessionStorage with null as quick workaround for now.
|
Hi, |
is there a |
You can try this build: |
Just tested the new file and can confirm this. It puts a warning in the browsers console but works fine now. Thanks |
This issue is back in 2.38.0: |
Expected and Actual Behavior
Getting the error: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
when opening an iframed page using fancytree.
I am not even enabling or using the persitance plugin, its just bundled within the all-deps.js file.
Chrome dev tools clearly show the origin of the error is here:
fancytree/src/jquery.fancytree.persist.js
Line 38 in cf9a7b6
Steps to Reproduce the Problem
Environment
The text was updated successfully, but these errors were encountered: