Tabindex not working for the element type <inputField element="select"...>

Discussion in 'JavaScript' started by Dodda, Nov 4, 2009.

  1. #1
    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?
     
    Dodda, Nov 4, 2009 IP
  2. dimitar christoff

    dimitar christoff Active Member

    Messages:
    882
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    90
    #2
    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
     
    dimitar christoff, Nov 4, 2009 IP