engineer9090909090909090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

ui-datepicker-div showing up empty on IE8 before being used the first time #312

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Any simple page with the jquery.ui.datepicker from jquery-ui-1.8.16

What is the expected output? What do you see instead?
I expect the ui-datepicker-div to be hidden and instead I see a short/wide box

Please provide a URL to a page displaying the problem.

What version of the datepicker are you using? On what operating system? And 
Which Browser?  Datepicker from jquery-ui-1.8.16, running on IE 8 on Windows XP 
SP3.  

Please provide any additional information below.
When it displays, if you pass your mouse over it, you get an exception related 
to instActive.inline.  A previous post described how to stop that, but when it 
doesn't display, that fix is unnecessary.  After you show the calendar once 
(since this is that calendars div) everything works and displays (or doesn't 
display) fine. What I did to fix it was to add 'style="display:none;"' to the 
code that seemed to be creating the div. 

Original issue reported on code.google.com by wrmatthi...@gmail.com on 29 Sep 2011 at 3:39

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/jquery-datepicker/wiki/NotTheUIDatePicker

Original comment by kelvin.l...@gmail.com on 29 Sep 2011 at 4:14