Re: [jquery-ui] Re: Datepicker initialization

2009-12-18 Thread Richard D. Worth
I see your point. Please create a ticket here: http://dev.jqueryui.com/newticket (note: requires registration) Thanks. - Richard On Fri, Dec 18, 2009 at 8:19 AM, Chrazy wrote: > Exactly my point. I don't see why it shouldn't be display: none from > start since that's what it's getting when it

[jquery-ui] Re: Datepicker initialization

2009-12-18 Thread Chrazy
Exactly my point. I don't see why it shouldn't be display: none from start since that's what it's getting when it has been used since it can be "glitchy". Unfortunately I can't easilly provide you with a demo (not a case of not having a host, just a lot of code) but I can if you absolutely must see

Re: [jquery-ui] Re: Datepicker initialization

2009-12-18 Thread Richard D. Worth
It's not hidden display:none or visibility:hidden. It's hidden off-screen by the ui-helper-hidden-accessible class. - Richard On Fri, Dec 18, 2009 at 4:56 AM, Chrazy wrote: > You can see it on the official demo pages --> > http://jqueryui.com/demos/datepicker/ > If you look at the bottom of the

[jquery-ui] Re: Datepicker initialization

2009-12-18 Thread Chrazy
You can see it on the official demo pages --> http://jqueryui.com/demos/datepicker/ If you look at the bottom of the body (I use Firebug) you can see the ui-datepicker-div there and that it's not in fact hidden. In most cases (I didn't notice it until just recently) this won't be an issue at all s