Chandusangale / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

plugin ignores tabindex #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The plugin does not respect the tabindex attribute of the element that it
applies to. For example if my select element was:

<select id="s1" multiple="multiple" tabindex="10">
   <option>Low</option>
   <option>Medium</option>
   <option>High</option>
</select>

then after $("#s1").dropdownchecklist(); if I try to tab from a previous
form element with tabindex=9 the tabindex=10 element is skipped and the
focus lands on the element after it at tabindex=11 position.

Original issue reported on code.google.com by lk6...@gmail.com on 27 May 2010 at 6:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Version 1.1 copies the tabindex of the underlying select into the generated 
control wrapper.

Original comment by womohun...@ittrium.com on 21 Sep 2010 at 3:13

GoogleCodeExporter commented 9 years ago
Issue addressed with version 1.1.  Please let me know if you have any problems.

Original comment by womohun...@ittrium.com on 23 Sep 2010 at 3:32