You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When entering address in settings - it get accepted only after removing 'http://' part.
It is not obvious and generally wrong.
When entering wrong address - text become red. But it is not clear enough, e.g. when it's initially red, or for color-blind person.
So better output error message to status line.
Wrong address is not stored. But what if it is not 'wrong', but just temporary unavailable?
I suppose any user-entered value should be stored (and empty should be converted to default).
Instead of 127.0.0.1 better use localhost.
BTW, in recent version python server defaulted to ip6 (::1), so localhost would be more robust.
The text was updated successfully, but these errors were encountered:
IITC-Button/scripts/defaults.js
Line 5 in a27d8fc
When entering address in settings - it get accepted only after removing 'http://' part.
It is not obvious and generally wrong.
When entering wrong address - text become red. But it is not clear enough, e.g. when it's initially red, or for color-blind person.
So better output error message to status line.
Wrong address is not stored. But what if it is not 'wrong', but just temporary unavailable?
I suppose any user-entered value should be stored (and empty should be converted to default).
Instead of
127.0.0.1
better uselocalhost
.BTW, in recent version python server defaulted to ip6 (
::1
), solocalhost
would be more robust.The text was updated successfully, but these errors were encountered: