Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Fixed the accidental submit issue by making the keyboard shortcuts require the Alt key. A 'No' response is now Alt-N. I tried the suggestion for setting focus to the 'No' control but found it way to easy to submit a false positive, especially when the controls are below the fold. Should the user try scrolling the window up with the arrow keys, it would be very easy to miss the change. |
|
|
BUG: If you find an image that might have a clue and you start typing a description into the "clarifying comments" area, once you type an 'N' or 'n' the HIT submits itself. I suggest n/N be mapped to give focus to the submit button but not actually submit until you hit enter |
|
|
Nice script. I was working on one too but then I found your more concise version. You could add "inputs[i].focus();" right near the "inputs[i].checked = true;" line so in the rare case when someone finds something that could be a plane all the have to do is hit the up arrow to select the other radio button and then 'tab' to enter an explaination in the text box. Similarly, when you see the CAPTCHA box you could give focus to the text entry for that. P.S. Is "unsafeWindow." really needed? It worked for me without it (FF 2.0.0.6, GM 0.7.20070607.0) |