bump

On Mon, Apr 6, 2009 at 6:39 PM, Nathan Maves <[email protected]> wrote:

> I initialize the datepicker below
> $(document).ready(function() {
>   $("#dateStart").datepicker();
>   $("#dateEnd").datepicker();
> }
>
> If I then call
>
> $("#dateStart").datepicker('setDate', 'today');
> $("#dateEnd").datepicker('setDate', 'today');
>
> before either of the date pickers have been shown the page scroll bar
> appears and appends white space to the page.  If I then trigger the
> datepicker to display this white space disappears.  If I first display the
> date picker and then call the setDate functions I never see the white space
> nor scroll bars.
>
> Anyone else ever seen this issue?
>
> Nathan
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to