-
Notifications
You must be signed in to change notification settings - Fork 757
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
Tokenizer broken since 19.7.5 #3760
Comments
|
Which browser... all browsers? |
|
Chrome latest in Windows. I didnt test others as it was reproduceable via revert. I can test later today |
|
@mimugmail it's probably this a4217d8, strange it didn't popup on my end when testing, maybe it only has an issue if there's no content in the field. I'll have to check |
a4217d8 calls tokenize2() before it seems to be inititalized, lets check for content before calling clear.
|
@mimugmail can you try 7a5a271 ? |
|
@fichtner also happens to Firefox 69 |
|
opnsense-patch 7a5a271 For Forum linking |
|
After the patch i am not able to open the add-alias window. |
|
Can you switch browser? For me it works fine. |
|
I have tried with patch in Firefox and Chromium. Same result. Reverted to 19.7.4_1 |
|
Using Chrome this patch worked, thanks :) |
|
The patch also doesn't work for me when using Firefox, Chrome or Safari on OS X. The alias I'm trying to edit also appears empty the first time I open it, but if I hit cancel and re-edit it, then the alias shows its content. I still can't add anything new to it after it shows its content though. |
|
I applied the patch to OPNsense 19.7.5-amd64. I manually adjusted opnsense.js using the diff page 7a5a271 |
|
I'll reopen for now. It seems safer to issue a revert of the original fix for a hotfix release today and then reassess the situation, ok? |
|
Revert and hotfix sounds good :) |
|
revert and hotfix is ok, but someone still should test master which reproducible issue 7a5a271 has (if any), Most of the time these reports come from improper installation or issues reloading the page. (I'm quite certain the patch fixes the original issue, leaving the issue open without new evidence likely wouldn't result in other outcomes). |
|
Ok, closing and picking this back up for 19.7.6 backporting unless somebody points to an issue with the latest change. |
Hi,
related to opnsense/plugins#1537 I checked the functionality of this field and as soon as I hit return, comma or whatever to tokenize the value, it's gone. I checked on different places like FRR BGP Networks field, also Whitelist filed in Maltrail plugin. Everywhere the value is gone (just in time when trying to tokenize, not saving).
Maybe it's related to this:
o ui: fix tokenizer reorder on multiple saves
I doublecheck with 19.7.4 where everything works fine, also when reverting back it works again.
Maybe worth considering a hotfix release :(
The text was updated successfully, but these errors were encountered: