Tagged Questions
7
votes
3answers
101 views
Behavior of the Enter button in a form
What is a better experience for a user if they press enter when using a form?
Should it submit the form or move to the next field?
4
votes
2answers
106 views
Tab order for previous/next buttons in a form
We have a multi-step form that has 2 buttons (Previous and Next) at the bottom of each page.
The Previous button is on the bottom left-hand side, and the Next on the bottom right-hand side.
What ...
4
votes
0answers
33 views
Is there a way to simplify the input of a canadian postal code on a mobile form [duplicate]
Possible Duplicate:
What’s the Best Interface for Entering Canadian Postal Codes on a Smartphone Keyboard?
In Canada, postal code are structured that way
A1A 1A1
A = Letters
1 = Numbers
...
4
votes
1answer
88 views
Is Opera right to allow the output element to be selectable?
I was running some tests on the <output> element and noticed that in Opera when tabbing over the inputs, it selects the <output> property.
It kind of took me off guard because I wouldn't ...
13
votes
4answers
273 views
What's the Best Interface for Entering Canadian Postal Codes on a Smartphone Keyboard?
Typical smartphone keyboards are modal. There is usually a basic QWERTY/Basic punctuation keyboard by default that can be switched to numeric/extended punctuation mode.
This works reasonably well ...
1
vote
3answers
315 views
Usability of Ctrl + Enter Submitting of Forms
In my web app I want to give the possibility of submitting every form with Ctrl + Enter shortcut.
What is better:
submit the form with keyboard only when one of the fields of this form is focused
...