Description of problem:
On the keyboard selection page of ovirt-node-installer, if you press enter,
it will switch to next page.
But on the password and storage page, if you press enter, nothing will happen.
Whether it's better to make the action same on all page?
Version-Release number of selected component (if applicable):
Latest
How reproducible:
100%
Steps to Reproduce:
1.enter ovirt-node-installer page
2.switch to password config page
3.press enter
Actual results:
enter the next page
Expected results:
Nothing to do
Additional info:
None
I would say this is not a bug, because:
1. On the keyboard page there is only one entry item (the table with the available layouts). If the user hits return then it is clear that the user selected an entry in the table, and because that is the only input element on that page the installer can continue to the next page.
2. The storage and password pages contain more than one input element, thus hitting return will not lead to the next page, because the user needs to input more than one bit of information.
That is the reason why i see this as not a bug.