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 <[email protected]> wrote: > 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 since you can't normally see it but I stumbled upon it in a > weird 100% height layout. It the whole dialog isn't showing but > padding (or margin) was, causing a scrollbar to appear where it > shouldn't. It was easy to fix by hiding the div after init but it > should seem like this would be the default behaviour. After you click > the input and then close the dialog it will be hidden, just like it > should be from start. > > On 17 Dec, 11:30, "Richard D. Worth" <[email protected]> wrote: > > Can you post a live sample page showing this? If you don't have a place > to > > host one, use jsbin.com: > > > > http://jsbin.com/ > > > > Thanks. > > > > - Richard > > > > On Tue, Dec 15, 2009 at 6:00 AM, Chrazy <[email protected]> wrote: > > > Posted the same thing in the datepicker plugin on pbworks but it was > > > evidently the wrong place for it. > > > > > I noticed that when you the datepicker is initialized the first time > > > the ui-datepicker-div isn't hidden which sometimes can cause a layout > > > glitch. When you've opened up the dialog the first time and closed it > > > the div will be hidden, like imo it should be from start. It's not > > > hard to hide it manually yourself but this feels like a bug. > > > > > -- > > > > > 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]<jquery-ui%[email protected]> > <jquery-ui%[email protected]<jquery-ui%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/jquery-ui?hl=en. > > -- > > 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]<jquery-ui%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/jquery-ui?hl=en. > > > -- 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.
