Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The side navigation isn't opening in Firefox #3491

Closed
fourroses666 opened this issue Oct 14, 2015 · 14 comments
Closed

The side navigation isn't opening in Firefox #3491

fourroses666 opened this issue Oct 14, 2015 · 14 comments

Comments

@fourroses666
Copy link

The side navigation isn't opening.
Seems it doesn't work for Firefox and does for other browsers.

Firebug tracker says:
NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached

When looking further for this issue it seems this is the reason:
https://bugzilla.mozilla.org/show_bug.cgi?id=1090567

Maybe there is a workarround, else wait till the bug is fixed in Firefox?

@danielkerr
Copy link
Member

ok just tested int he desktop firefox and its working well.

so wasted 5 mins checking while i'm gusessing your using mobile

@fourroses666
Copy link
Author

no, I installed a clean opencart 2.1.0.1 (and also updated to 2.1.0.2_rc) on desktop Win 7.
I use FF 41.0.1

You are on OSX i presume?

error

I can't open the sidenav, clicked twice on the button

@fourroses666
Copy link
Author

I gave the wrong link:
http://stackoverflow.com/questions/17460437/firefox-localstorage-reach-maximum-size-while-there-are-only-800-kb-data-in-it

Finally I found the root cause. the allocation of localStorage's space is different between chrome and firefox. in Chrome, aaa.domain.com and bbb.domain.com will each have 2.5M space, and they are separate. while in firefox, although data in localStorage of each sub domain are separate, the total size of the sub-domains's localStorage under the same top level domain is 5M.

@OpenCartAddons
Copy link
Contributor

@fourroses666 I just tried the issue using FireFox 41.0.1 and I'm not able to replicate it either.

Did you try it before applying the 2.1.0.2_rc changes?

@fourroses666
Copy link
Author

hmm, weird. yes I did check 2.1.0.1. it works on Chrome thow.

@fourroses666
Copy link
Author

The weird thing is, it works on: http://demo.opencart.com/admin

@gilsamuelaraujo
Copy link
Contributor

@fourroses666 demo site is not updated to 2.1.0.x i dont think

@fourroses666
Copy link
Author

correct, thats: Version 2.0.0.1b

@fourroses666
Copy link
Author

I made a testaccount for if someone doesn't beleive me or wants to see it..

ps. It would be nice to have a https://gitter.im/ or slack room for community.

@OpenCartAddons
Copy link
Contributor

@fourroses666 Sure, send them to me at joel @ opencartaddons.com and I'll take a look.

Regards,
Joel.

@fourroses666
Copy link
Author

ok, it's sent. wonder if you have the same issue.

@OpenCartAddons
Copy link
Contributor

@fourroses666 I still wasn't able to replicate the issue. Have you tried clearing your browser cache?

@danielkerr
Copy link
Member

do you have multiple sites running on the same domain name? because its saying the local storage for that domain name is full.

its also possibly a security settings.

@fourroses666
Copy link
Author

could be the issue. have only 1 oc install but multiple other cms sites on the testdomain. opencartaddons didnt had the issue thow when logging in the site with FF. I think i shall close this issue tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants