Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
XHTML: Form elements with 'tabindex' attribute skipped from tabbing order
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Stanimir Stamenkov  
View profile  
 More options Jul 15 2009, 4:46 am
Newsgroups: mozilla.dev.tech.html
From: Stanimir Stamenkov <s7a...@netscape.net>
Date: Wed, 15 Jul 2009 11:46:29 +0300
Local: Wed, Jul 15 2009 4:46 am
Subject: XHTML: Form elements with 'tabindex' attribute skipped from tabbing order

I'll attach two sample identical documents: an HTML and an XHTML
one.  Both have two form elements with a 'tabindex' attribute set
and two which don't specify a 'tabindex'.  I've observed the
elements with 'tabindex' set get skipped from the tabbing navigation
after the first iteration when viewing the XHTML document.  The HTML
one works just fine.  Is this a known issue?

--
Stanimir

  tabindex-test.html
< 1K Download

  tabindex-test.xhtml
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Honnen  
View profile  
 More options Jul 15 2009, 7:46 am
Newsgroups: mozilla.dev.tech.html
From: Martin Honnen <mahotr...@yahoo.de>
Date: Wed, 15 Jul 2009 13:46:35 +0200
Local: Wed, Jul 15 2009 7:46 am
Subject: Re: XHTML: Form elements with 'tabindex' attribute skipped from tabbing order

Stanimir Stamenkov wrote:
> I'll attach two sample identical documents: an HTML and an XHTML one.  
> Both have two form elements with a 'tabindex' attribute set and two
> which don't specify a 'tabindex'.  I've observed the elements with
> 'tabindex' set get skipped from the tabbing navigation after the first
> iteration when viewing the XHTML document.  The HTML one works just
> fine.  Is this a known issue?

In the XHTML sample there are four input elements, all have a tabindex
attribute. One of the input elements is outside of a form element, the
other three are inside of a form element. For me with Firefox 3.0
(Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11)
Gecko/2009060215 Firefox/3.0.11) the input elements inside of the form
are skipped from tab navigation after the first iteration. Whether that
is a known issue I don't know.

--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stanimir Stamenkov  
View profile  
 More options Jul 15 2009, 2:41 pm
Newsgroups: mozilla.dev.tech.html
From: Stanimir Stamenkov <s7a...@netscape.net>
Date: Wed, 15 Jul 2009 21:41:05 +0300
Local: Wed, Jul 15 2009 2:41 pm
Subject: Re: XHTML: Form elements with 'tabindex' attribute skipped from tabbing order
Wed, 15 Jul 2009 13:46:35 +0200, /Martin Honnen/:

> Stanimir Stamenkov wrote:

>> I'll attach two sample identical documents: an HTML and an XHTML one.  
>> Both have two form elements with a 'tabindex' attribute set and two
>> which don't specify a 'tabindex'.  I've observed the elements with
>> 'tabindex' set get skipped from the tabbing navigation after the first
>> iteration when viewing the XHTML document.  The HTML one works just
>> fine.  Is this a known issue?

> In the XHTML sample there are four input elements, all have a tabindex
> attribute. One of the input elements is outside of a form element, the
> other three are inside of a form element.

I've attached slightly modified XHTML sample from the intended.  It
still shows another view of the problem as you've noticed (below).
If you remove the 'tabindex=4' and 'tabindex=3' attributes from it
to match the HTML sample you should observe the exact behavior I've
described.  Sorry for the inconvenience.

> For me with Firefox 3.0
> (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11)
> Gecko/2009060215 Firefox/3.0.11) the input elements inside of the form
> are skipped from tab navigation after the first iteration. Whether that
> is a known issue I don't know.

FWIW, I'm experiencing this using SeaMonkey 1.1.6, 1.1.7 and Firefox
3.5.

--
Stanimir


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Honnen  
View profile  
 More options Jul 16 2009, 9:27 am
Newsgroups: mozilla.dev.tech.html
From: Martin Honnen <mahotr...@yahoo.de>
Date: Thu, 16 Jul 2009 15:27:04 +0200
Local: Thurs, Jul 16 2009 9:27 am
Subject: Re: XHTML: Form elements with 'tabindex' attribute skipped from tabbing order

Stanimir Stamenkov wrote:
>> For me with Firefox 3.0 (Mozilla/5.0 (Windows; U; Windows NT 5.1;
>> en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11) the input
>> elements inside of the form are skipped from tab navigation after the
>> first iteration. Whether that is a known issue I don't know.

> FWIW, I'm experiencing this using SeaMonkey 1.1.6, 1.1.7 and Firefox 3.5.

Seems to be a long known and reported issue:
https://bugzilla.mozilla.org/show_bug.cgi?id=226361

I am not sure what to do to get that bug some attention.

--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stanimir Stamenkov  
View profile  
 More options Jul 19 2009, 2:34 pm
Newsgroups: mozilla.dev.tech.html
From: Stanimir Stamenkov <s7a...@netscape.net>
Date: Sun, 19 Jul 2009 21:34:49 +0300
Local: Sun, Jul 19 2009 2:34 pm
Subject: Re: XHTML: Form elements with 'tabindex' attribute skipped from tabbing order
Thu, 16 Jul 2009 15:27:04 +0200, /Martin Honnen/:

> Seems to be a long known and reported issue:
> https://bugzilla.mozilla.org/show_bug.cgi?id=226361

> I am not sure what to do to get that bug some attention.

Thanks for the pointer.  I'll probably attach my forms example to
the issue but I'm not sure this will make it get more attention.

--
Stanimir


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stanimir Stamenkov  
View profile  
 More options Jul 26 2009, 4:33 pm
Newsgroups: mozilla.dev.tech.html
From: Stanimir Stamenkov <s7a...@netscape.net>
Date: Sun, 26 Jul 2009 23:33:14 +0300
Local: Sun, Jul 26 2009 4:33 pm
Subject: Re: XHTML: Form elements with 'tabindex' attribute skipped from tabbing order
Thu, 16 Jul 2009 15:27:04 +0200, /Martin Honnen/:

> Seems to be a long known and reported issue:
> https://bugzilla.mozilla.org/show_bug.cgi?id=226361

> I am not sure what to do to get that bug some attention.

Per comment #9 - appears to be fixed on trunk.  Tried it out with
today's Windows nightly and it works o.k., now.

--
Stanimir


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »