I have an issue where my blur event is firing on exit of one textbox and entry of another.
The two text boxes are next to each other and when I enter the first textbox, it does not fire (as it shouldn't). Then I exit the textbox by either tabbing or mousing to the 2nd text box. The event for the first textbox fires and when I leave that event, the event for the 2nd text box fires as I enter it.
Why is that?
It is only supposed to fire when you lose focus not when you gain focus.
Thanks,
Tom
The two text boxes are next to each other and when I enter the first textbox, it does not fire (as it shouldn't). Then I exit the textbox by either tabbing or mousing to the 2nd text box. The event for the first textbox fires and when I leave that event, the event for the 2nd text box fires as I enter it.
Why is that?
It is only supposed to fire when you lose focus not when you gain focus.
Thanks,
Tom