danielstocks / jQuery-Collapse

A lightweight (~1kb) jQuery plugin that enables expanding and collapsing content
http://webcloud.se/jQuery-Collapse/
MIT License
679 stars 153 forks source link

Uncaught Error: SECURITY_ERR: DOM Exception 18 #42

Closed ppawel closed 11 years ago

ppawel commented 11 years ago

This is an error I get at webcloud.se:

Uncaught Error: SECURITY_ERR: DOM Exception 18 jquery.collapse_storage.js:18
Storage jquery.collapse_storage.js:18
Collapse jquery.collapse.js:25
(anonymous function) jquery.collapse.js:134
p.extend.each jquery.min.js:2
p.fn.p.each jquery.min.js:2
$.fn.extend.collapse jquery.collapse.js:128
(anonymous function) webcloud.se:224

As a result some examples are not working (Default, Accordion, Persistence and couple of others).

danielstocks commented 11 years ago

Interesting, what browser?

ppawel commented 11 years ago

Chromium Version 24.0.1312.69 (180721) Cookies off

danielstocks commented 11 years ago

Ah, that explains it. I guess it's trying to set cookies regardless, and an exception get's thrown. I'm looking at it! Thanks for the report

danielstocks commented 11 years ago

Btw does cookies off == localstorage off?

ppawel commented 11 years ago

Yes, I think so. There is one setting for "cookies and site data".