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
Console height allows negative number #15038
Comments
|
We should check lower and upper limits, as mentioned in #15035. |
|
Related to: #15035. |
|
@ibennetch @williamdes @AghaSaad04 The configuration for validating console height goes like In order to fix this we can think of a different way of validating these field. Similar to other fields where we use form ids and field names/ids to define their validation scheme. |
|
@williamdes @ibennetch Can you please comment on in what way should I proceed with this ? |
Signed-off-by: apoorv <apoorvkhare007@gmail.com>
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
I have given a large negative number as a console height it has not given an error or warning but converted that number to some other number when I clicked the apply button.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I was expecting that there would be some limit or range of the console height and that input field would not allow negative number, as console height cannot be negative.
Screenshots
Before applying:
After applying:
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: