Actions
User story #2078
closedValidate popups by pressing enter
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Use case :
We fill the Name, press tab, we fill the description, press tabs.
Now it selects "Cancel", it should select "Save", to prevent losing the modifications
Adding a Tabindex on the inputs and button should solve the problem
Updated by Arthur ANGLADE almost 13 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 8bf245be929abf3d6e4c3238e42a38c5c05ef7ec.
Updated by François ARMAND almost 13 years ago
- Status changed from Pending technical review to 2
- Target version changed from 2.4.0~alpha1 to 2.4.0~alpha2
Tabindexes have to be set on ALL fields, else some won't be reachable with tab.
For example, in search screen, when you click "create a new group from that search", you can't go to Dynamic/static with tabs.
To be done in alpha2
Updated by Arthur ANGLADE almost 13 years ago
- Status changed from 2 to Pending technical review
Applied in changeset 1ee5a4de498ae9c4ff5997bff7126c3ab85eaa82.
Updated by Nicolas CHARLES almost 13 years ago
- Status changed from Pending technical review to 10
This is valid from a technical point of view ! Thank you
Updated by Jonathan CLARKE over 12 years ago
- Status changed from 10 to Released
This is fantastic :)
Updated by Jonathan CLARKE over 12 years ago
- Subject changed from Add a TABINDEX in all popup to have the "Save" selected before the "Cancel" when tabing through elements to Validate popups by pressing enter
Actions