When editing a message, tabbing sequence = bad.

Howard

Lifer
Oct 14, 1999
47,982
11
81
I hit tab, thinking it'll go to Update, but it goes to the symbols link instead, popping up the JS window.

Please fix
 

Jason Clark

Diamond Member
Oct 9, 1999
5,497
1
0
Tabbing order is fine.

The message title is tab number 1 and the message box is tab number 2, the buttons ARE NOT form controls so if they focus there is nothing we can do about it.
 

Jason Clark

Diamond Member
Oct 9, 1999
5,497
1
0
Broke? No. They are set in the write order. The thread title is 1 and the msg box is 2. the little buttons above the message box are images not form controls.
 

MadRat

Lifer
Oct 14, 1999
11,969
284
126
A problem that goes ignored long enough becomes a feature.

Why doesn't this "feature" exist on other forums?

 

Jason Clark

Diamond Member
Oct 9, 1999
5,497
1
0
This is not a bug or a feature its just html spec, tabindex will only work on form objects. End of discussion.