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

Port number gets permanently stuck on NaN on firefox 123.0.1. #166

Open
bucketcat opened this issue Mar 31, 2024 · 0 comments
Open

Port number gets permanently stuck on NaN on firefox 123.0.1. #166

bucketcat opened this issue Mar 31, 2024 · 0 comments

Comments

@bucketcat
Copy link

Once you go NaN, that's it. Clearing cache does not help. Manually entering a port number does not help. Pressing +1 does not help.

image

Changing portInput through console does not work. (Invoking +1 does work, as in it doesn't throw an error. It still stays at NaN)

Trying to edit the text area through the inspector doesn't work because it's not a text area, it's some weird flexbox fjavascript mess containing a bunch of events.

Changing the ID as such finally unlocked the +- buttons.
image
Though, it couldn't be changed through console for some reason. Inputting into the port box still didn't work until it was at a value other than NaN.

No, errors, nothing blocked in the network tab. Nothing blocked by uBlock Origin, nothing bugging out in console besides your average CSS. The scrips were simply never triggered. Even if manually invoked through console.

image

Don't really have any other debugging info, since none of the usual Firefox culprits like ETP seem to have been at play.

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

1 participant