posted 14 years ago
I use datepicker with option of opening the datepicker upon user 'focus' into a text field. It works fine.
However I noticed an ODD behavior with the user tabbing.
Lets say I have fields A,B,C,D and field B is configured with datepicker. If I tab from A to B (without selecting any date) to C to D it goes smooth.
But if I tab from A to B (select a date using mouse) and then click TAB, the next element in focus is not C, but some other browser field (like the address bar of browser)!
Anybody noticed this? if so any fixes / workaround for this behavior?