The tabindex attribute is not working for the SELECT element. E.g- <inputField element="select" label="B 1" name="b" id="b" tabIndex="101" /> Though it is working for normal INPUTFIELD element like- <inputField label="A 2" name="a" id="a" tabIndex="102"/> Can some one suggest why it is not working for the SELECT element?
what's an inputfield? this is not HTML i take it? XUL? for xhtml doctype you have your <select> <option> ... </option> </select> and you have your <input type="text" /> tabindex DOES work on select elements as far as i know. i suppose if you are doing some uber advanced xml etc, this does not help... try https://developer.mozilla.org/En/XUL