tabindex jumps to menu ....
tabindex jumps to menu ....
For some reason the tab index on my form jumps to the menu after option 10.
To see this in action go here:
http://www.aclaunchpad.com/education-test.htm
and then scroll to number 10 and select yes or no.
Now press tab (the first one works) and again and again, etc.
With each tab (using IE 6.0 and others maybe) one of the menu items (in order) becomes the target and then back to the next tab. my tab orders are set correct. I have triple checked them. I don't have tabs in the menu and it is in a seperate table that is not part of the form.
Any help would be appreciated. I scanned the forum and found a few similar questions but none of the answers applied.
Thanks in advance.
To see this in action go here:
http://www.aclaunchpad.com/education-test.htm
and then scroll to number 10 and select yes or no.
Now press tab (the first one works) and again and again, etc.
With each tab (using IE 6.0 and others maybe) one of the menu items (in order) becomes the target and then back to the next tab. my tab orders are set correct. I have triple checked them. I don't have tabs in the menu and it is in a seperate table that is not part of the form.
Any help would be appreciated. I scanned the forum and found a few similar questions but none of the answers applied.
Thanks in advance.
I forgot to mention, and I don't know if this is involved in the same issue or not, but...on the questions that have yes no answers. In browsers other than IE the tab goes to yes, then to no then to the next question, but in IE it goes to yes, and then directly to the next question. Don't know if that behavior has something to do with it or not.
Ruth
Ruth
I have found that if I replace the menu with HTML links then I don't have a tab issue.
But, if I add the mmenudom.js file back to the page I have the issue.
While writing this post I checked the mmenudom.js file for tabindex ... yes it was there. I have now removed: tabindex="+_el+" from that file and I no longer have the tab issue.
I wonder if this should be labeled a bug?
But, if I add the mmenudom.js file back to the page I have the issue.
While writing this post I checked the mmenudom.js file for tabindex ... yes it was there. I have now removed: tabindex="+_el+" from that file and I no longer have the tab issue.
I wonder if this should be labeled a bug?
Ruth is correct. When you modified the code it became unsupported. Also, any code that is down-level (e.g, you were running 5.06, I think, and 5.07 is current) is automatically "obsolete and no longer supported" as mentioned on http://milonic.com/menuvinfo.php.optical wrote:ahhhhh .... when i updated it to the latest one I didn't make the change so it should be as new (I also submitted it as a bug).
We appreciate your going back to "our code", and also the bug post.
John