PDA

View Full Version : Firefox strange behaviour


sbraaa
08-30-2006, 11:36 AM
This strange behaviour happend only on firefox (1.5.0.6) when I try to give the focus to a specific field on the form from the onblur event of that specific field.
It's the classic validation check... you know, insert something in that field, made a validation using onblur event then if the value isn't ok send an alert message to the user and set the focus on the field again!
It works very well on IE6, so if the value inserted isn't ok alert pop-up appears then the focus goes again on the field! Using firefox only pop-up appears then the focus goes to the next fields (according tabindex) instead of focusing on the previous field.
That's very strange... someone could help me please?
I've seen a lot of scripts and tutorials on the net that suffers about this strange problem but I didn't found any further information about that! :(
That's very frustrating :( :(