Re: AjaxModalDialog and AjaxDatePicker
Re: AjaxModalDialog and AjaxDatePicker
- Subject: Re: AjaxModalDialog and AjaxDatePicker
- From: Lon Varscsak <email@hidden>
- Date: Wed, 31 Jul 2013 19:33:50 -0700
The problem isn't just that it moves when you scroll on an AMD (which probably shouldn't happen anyway)…it's that when you launch an AMD from a page that's already scrolled, the AjaxDatePicker starts off in the wrong position (it's treating it like it's not scrolled).
This isn't the only bad behavior of ADP, it also doesn't close on it's own when closing the AMD.
I've gone ahead and written a new component based on jQuery UI's datepicker and it seems to be a better citizen…but time will tell. :P
-Lon