Opened 14 years ago
Closed 14 years ago
#2367 closed defect (fixed)
ValidationTextBox.js doesn't honor existing tabindex
Reported by: | Owned by: | Douglas Hays | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
With the help off joose, I've added:
tabindex="${this.tabindex}" to:
ValidationTextbox?.html
and to ValidationTextbox?.js:
tabindex: Integer Tab order. tabindex: "",
I've not added anything to tests/widget/test_validate.html and I can't seem to attach a patch as "guest".
Thanks.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | honor_tabindex_textbox.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from anonymous to Douglas Hays |
---|
Note: See
TracTickets for help on using
tickets.
patch for TextBox? and ValidationTextBox?, plus tests.