I can no longer edit certain fields in the haproxy interface after updating to 18.7 using Safari. It seems there is some piece of javascript that safari is having problems with.
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.
$tokenizer = $(this).tokenize({
Error is:
undefined is not a function (near '...$(this).tokenize...')
I didn't experience this issue on the previous version.

I can no longer edit certain fields in the haproxy interface after updating to 18.7 using Safari. It seems there is some piece of javascript that safari is having problems with.
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.
$tokenizer = $(this).tokenize({Error is:
undefined is not a function (near '...$(this).tokenize...')
I didn't experience this issue on the previous version.