OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: guest18661 on August 01, 2018, 01:29:52 am

Title: Apparent regression in 18.7 haproxy interface on Safari
Post by: guest18661 on August 01, 2018, 01:29:52 am
I updated to 18.7 today and can no longer edit some fields in the haproxy plugin.

One example is the listen addresses field on the public service form. That field appears larger than it should and clicking in it does nothing nor can I type in it.

Checking errors in the developer tools it's complaining about an undefined function in some way on line 215 of opnsense_ui.js.

Code: [Select]
$tokenizer = $(this).tokenize({

Error is:
undefined is not a function (near '...$(this).tokenize...')

I didn't experience this issue on the previous version.
Title: Re: Apparent regression in 18.7 haproxy interface on Safari
Post by: guest18661 on August 01, 2018, 04:35:30 am
While Firefox appears to work better, it does some weird thing where a menu item will appear at the top left of the page when pulling up a form to edit one of the settings. Clicking on it and then off makes it go away, but it's and odd behavior. Not sure if that is new to 18.7 or not, as I'm not 100% sure I tried Firefox in the previous version, but I think it's new.

Well, I loaded Chrome and checked it. It also has this weird behavior.
Title: Re: Apparent regression in 18.7 haproxy interface on Safari
Post by: franco on August 01, 2018, 08:46:37 am
https://github.com/opnsense/plugins/issues/769
Title: Re: Apparent regression in 18.7 haproxy interface on Safari
Post by: guest18661 on August 01, 2018, 03:58:39 pm
I see that issue and the proposed fix seems to work for me in Firefox but I am not so sure the Safari issue isn't something different and more specific to Safari. The fix made no change there. Maybe I should just create a new issue for that specifically.
Title: Re: Apparent regression in 18.7 haproxy interface on Safari
Post by: franco on August 01, 2018, 04:19:45 pm
I just tested Safari and it works on my end. Browser cache?


Cheers,
Franco
Title: Re: Apparent regression in 18.7 haproxy interface on Safari
Post by: guest18661 on August 01, 2018, 11:32:34 pm
Yes, I think browser cache was part of the issue, but after clearing the cache and trying to update some settings I discovered some other issues with the GUI in this version. I've updated the issue on github with what I'm seeing.

If I decide to downgrade to the previous version until a fix is found is there an easy way to do that or do I need to reload from scratch and import a backup config?