Nemni
Occasional Visitor
Hi,
ASUSWRT and ASUSWRT-Merlin both share a bug where you can't copy and paste using Ctrl+C and V nor select-all with Ctrl+A in many of the input fields in the web interface. It would be great if ASUSWRT-Merlin could address this bug.
The problem occurs with the use of onkeypress=function that suppress any keypresses that aren't numbers or periods. These should check to see if the input is ACVX while the Control key is pressed and not just blindly enforce numbers-input only.
I couldn't find a way to register this bug on GitHub nor could I find where validator.js was kept in that repository.
ASUSWRT and ASUSWRT-Merlin both share a bug where you can't copy and paste using Ctrl+C and V nor select-all with Ctrl+A in many of the input fields in the web interface. It would be great if ASUSWRT-Merlin could address this bug.
The problem occurs with the use of onkeypress=function that suppress any keypresses that aren't numbers or periods. These should check to see if the input is ACVX while the Control key is pressed and not just blindly enforce numbers-input only.
I couldn't find a way to register this bug on GitHub nor could I find where validator.js was kept in that repository.