Friday, March 10, 2006

FireFox bug

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:

1 comment:

  1. That's funny I had the same problem and I couldn't find a work around.

    ReplyDelete