E-mail List Archives
Re: is the tab order logical and appropriate?
From: Shrirang Sahasrabudhe
Date: Dec 21, 2006 9:20PM
- Next message: Shrirang Sahasrabudhe: "Re: where should be the default focus on search resultpage?"
- Previous message: Jared Smith: "Re: Remove from Discussion List"
- Next message in Thread: Egan, Bim: "Re: is the tab order logical and appropriate?"
- Previous message in Thread: Egan, Bim: "Re: is the tab order logical and appropriate?"
- View all messages in this Thread
Hi,
You wrote:
<It is best to ensure that this order applies by making it the code
order of the elements. Avoid using TABINDEX to impose a different order,
as this affects every element on the page, which may not be appropriate.>
By code order you mean the controls should appear in logical way in html it self, right?
But by changing the code order the entire look of the page is getting modifiedL
Unfortunately it is not possible as per client UI specification.
I was planning to programmatically set value for tabindex of controls...
Is there any other work around for the same?
Thanks
Shri
"Egan, Bim" < <EMAIL REMOVED> > wrote: Hi Shri,
The tab order of:
search input box
format checkboxes
search button
is perfectly logical. You are right to believe that many people will believe that the search options end with the search button, so this shouldn't appear before the format option checkboxes.
It is best to ensure that this order applies by making it the code order of the elements. Avoid using TABINDEX to impose a different order, as this affects every element on the page, which may not be appropriate.
Kind regards,
Bim
- Next message: Shrirang Sahasrabudhe: "Re: where should be the default focus on search resultpage?"
- Previous message: Jared Smith: "Re: Remove from Discussion List"
- Next message in Thread: Egan, Bim: "Re: is the tab order logical and appropriate?"
- Previous message in Thread: Egan, Bim: "Re: is the tab order logical and appropriate?"
- View all messages in this Thread