OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 17.7 Legacy Series »
  • [SOLVED] 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« previous next »
  • Print
Pages: [1]

Author Topic: [SOLVED] 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox  (Read 5145 times)

tillsense

  • Sr. Member
  • ****
  • Posts: 309
  • Karma: 48
    • View Profile
[SOLVED] 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« on: November 22, 2017, 06:18:34 pm »
Hi Team,

gui works only with "dom.storage.enabled" in the firefox correctly a step back as I think. are there dependencies here?

cheers till
« Last Edit: December 12, 2017, 09:27:33 pm by franco »
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13988
  • Karma: 1211
    • View Profile
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #1 on: November 23, 2017, 07:07:28 am »
Hi Till,

I think it's this one: https://github.com/opnsense/core/commit/57e2403 and you can safely revert:

# opnsense-patch 57e2403

It's pretty useful to have "all help" toggle sticky, we also added the same for "advanced" toggle for the next version. But it was not intentional to block anyone from using the GUI with that setting disabled.

Does your JS stop working? What's the error? Did you disable "dom.storage.enabled" in your local install?

Hopefully we can probe these settings for availability before using them, but in any case we need more data points to make an educated decision.


Cheers,
Franco
Logged

tillsense

  • Sr. Member
  • ****
  • Posts: 309
  • Karma: 48
    • View Profile
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #2 on: November 23, 2017, 06:41:32 pm »
Hi Franco,

the help / extended mode I had not tested yet but he is also affected. As a matter of principle, some pages are simply empty. ok here are a few examples for you with "dom.storage.enabled=off in firefox esr":

cheers till

Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13988
  • Karma: 1211
    • View Profile
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #3 on: November 23, 2017, 06:58:36 pm »
Is that Firefox 57 by any chance?


Cheers,
Franco
Logged

tillsense

  • Sr. Member
  • ****
  • Posts: 309
  • Karma: 48
    • View Profile
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #4 on: November 27, 2017, 07:41:22 pm »
Hi Franco,

no Firefox esr for companies is currently the version 52.5.0esr. The use of DomStorage is more of an implementation question. Which dependencies require this?

cheers till
Logged

mossi2000

  • Newbie
  • *
  • Posts: 28
  • Karma: 4
    • View Profile
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #5 on: November 28, 2017, 10:11:46 pm »
Quote from: franco on November 23, 2017, 06:58:36 pm
Is that Firefox 57 by any chance?



Hi Franco,

I'm using FF 57 and opnSense 17.7.8 has no problems in displaying the GUI.

Regards,
  Axel
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13988
  • Karma: 1211
    • View Profile
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #6 on: November 30, 2017, 03:18:34 pm »
Quote from: tillsense on November 27, 2017, 07:41:22 pm
no Firefox esr for companies is currently the version 52.5.0esr. The use of DomStorage is more of an implementation question. Which dependencies require this?

Hi Till,

Let's take a step back and let me ask again two questions:

1. Does reverting this patch fix the issue?

# opnsense-patch 57e2403

2. If the answer to 1. is no, do you run opnsense-devel ? If yes, have you tried opnsense stable release package?

@Axel, thanks for the hint. :)


Cheers,
Franco
Logged

tillsense

  • Sr. Member
  • ****
  • Posts: 309
  • Karma: 48
    • View Profile
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #7 on: December 01, 2017, 07:01:35 pm »
Hi Franco,

yes this patch reverting the issue(feature)  :)

cheers till
Logged

fabian

  • Hero Member
  • *****
  • Posts: 2768
  • Karma: 199
  • OPNsense Contributor (Language, VPN, Proxy, etc.)
    • View Profile
    • Personal Homepage
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #8 on: December 02, 2017, 06:40:45 pm »
I created a patch for this. It can be found here: https://github.com/fabianfrz/core/commit/28b6dff793428b1d0732f658cf2940eb01b24f08
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13988
  • Karma: 1211
    • View Profile
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #9 on: December 03, 2017, 08:54:16 am »
It's a bit difficult to opnsense-patch this fix. Let us merge that one first -- currently awaiting feedback from Ad. FWIW, it looks like this will do the trick nicely. :)


Cheers,
Franco
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13988
  • Karma: 1211
    • View Profile
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #10 on: December 03, 2017, 03:14:12 pm »
Hi Till,

Alright, from a clean 17.7.8 you can do this:

# opnsense-patch 8d09e5c5 e45f6108a

If it's not clean, run this beforehand:

# opnsense-revert -r 17.7.8 opnsense


Cheers,
Franco
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13988
  • Karma: 1211
    • View Profile
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #11 on: December 07, 2017, 02:58:51 pm »
Hi Till,

Should be all better in 17.7.9.


Cheers,
Franco
Logged

tillsense

  • Sr. Member
  • ****
  • Posts: 309
  • Karma: 48
    • View Profile
Re: 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #12 on: December 12, 2017, 08:07:56 pm »
Hi Franco,

oh yes that looks good again! Thanks to all!

cheers till
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13988
  • Karma: 1211
    • View Profile
Re: [SOLVED] 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
« Reply #13 on: December 12, 2017, 09:27:44 pm »
Thanks, marked solved. :)
Logged

  • Print
Pages: [1]
« previous next »
  • OPNsense Forum »
  • Archive »
  • 17.7 Legacy Series »
  • [SOLVED] 17.7.8 - GUI only with "dom.storage.enabled" correctly e.g. Firefox
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2023 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2