Re: Default focus and Enter key functionality in form without text box
Aras Kannu <[email protected]>
| Newsgroups | gmane.comp.web.chi-web |
|---|---|
| Message-ID | <[email protected]> |
I agree with Ron. By the way, when focus is on a dropdown/select control, IE flips through the drop down entries. FireFox3 does not do that. It scrolls the webpage (response to mouse wheel) even focus is on a dropdown. -aras Aras Kannu UI Architect, Infor Global Solutions -----Original Message----- From: ACM SIGCHI WWW Human Factors (Open Discussion) [mailto:[email protected]] On Behalf Of Polka, Ron Sent: Tuesday, September 23, 2008 9:17 AM To: [email protected] Subject: Re: Default focus and Enter key functionality in form without text box >If you want to allow for the use of the tab key, you can default the >focus to a hidden field just prior to the first input box. Then, >there's no confusion with the mouse wheel, but one click of the tab >key will bring the first field into focus. That's a good point about the mouse wheel. In my software world, that's not an issue for us but I can see it as an issue for the web. I wonder how usable it is, though, to start focus on a hidden field since (a) the user cannot see where the focus is to begin with and (b) they have to use a keystroke just to begin the tabbing (will they even know to hit tab to get focus on the first element, for that matter). Just some thoughts. Ron Polka User Interface Designer, EnterpriseRx Mail 412-472-8902 Tel [email protected] -----Original Message----- From: ACM SIGCHI WWW Human Factors (Open Discussion) [mailto:[email protected]] On Behalf Of Nick Gassman Sent: Monday, September 22, 2008 6:03 PM To: [email protected] Subject: Re: Default focus and Enter key functionality in form without text box On Thu, 18 Sep 2008 11:11:14 -0700, Cathy wrote: >I have a search form that starts with a dropdown menu and includes a >few other dropdowns and checkboxes, but no text box. I know the rule >about putting default focus in a text box, but what about a form with >other functionality? Should there be focus on the first dropdown of my >form by default? I wouldn't default the focus to a dropdown. One of the first things people often do is to scroll the page to see more, and using the mouse wheel scrolls the entries in the box rather than the page, which confuses. If you want to allow for the use of the tab key, you can default the focus to a hidden field just prior to the first input box. Then, there's no confusion with the mouse wheel, but one click of the tab key will bring the first field into focus. * Nick Gassman - Usability and Standards Manager - http://ba.com * -------------------------------------------------------------- Tip of the Day: Email mailto:[email protected] with any comments, questions or problems CHI-WEB: www.sigchi.org/web POSTINGS: mailto:[email protected] MODERATORS: mailto:[email protected] SUBSCRIPTION CHANGES & FAQ: www.sigchi.org/web/faq.html -------------------------------------------------------------- -------------------------------------------------------------- Tip of the Day: Forward out-of-office replies to mailto:[email protected] CHI-WEB: www.sigchi.org/web POSTINGS: mailto:[email protected] MODERATORS: mailto:[email protected] SUBSCRIPTION CHANGES & FAQ: www.sigchi.org/web/faq.html -------------------------------------------------------------- -------------------------------------------------------------- Tip of the Day: Forward out-of-office replies to mailto:[email protected] CHI-WEB: www.sigchi.org/web POSTINGS: mailto:[email protected] MODERATORS: mailto:[email protected] SUBSCRIPTION CHANGES & FAQ: www.sigchi.org/web/faq.html --------------------------------------------------------------