99
edits
(fix the text box focus while typing) |
|||
| Line 165: | Line 165: | ||
== Fix focus while user is typing == | == Fix focus while user is typing == | ||
Few things are more annoying than typing a login, url or password into a text box, then | Few things are more annoying than typing a login, url or password into a text box, then realizing that you've typed the last six characters of your login name in the password box. | ||
This is especially bad when backspacing, as a change in focus (for instance a popup window) causes the browser to try to "go back" in history. | This is especially bad when backspacing, as a change in focus (for instance a popup window) causes the browser to try to "go back" in history. | ||
| Line 174: | Line 174: | ||
Adding a bit of intelligence to the user interface would be a great feature. | Adding a bit of intelligence to the user interface would be a great feature. | ||
*Interesting idea. Perhaps, for those who do not like to be delayed for even two seconds, users can disable this feature whenever the wish. --[[User:Armaetin|Armaetin]] 16:18, 26 March 2007 (PDT) | |||
edits