When I make textbox select automatically, FireFox doesn't work correctly.
<- This is selected automatically.
<- This is normal.
The code is like this:
<input type="text" value="aaaaaa" onfocus="this.select()">
In FireFox it succeed only every other time.
This is very important for my job, so please fix it.
tags:javascript
Subscribe to:
Post Comments (Atom)
That's funny I had the same problem and I couldn't find a work around.
ReplyDelete