engineer9090909090909090 / jquery-datepicker

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

DatePicker sometimes doesn't shown in Internet Explorer 9 #330

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
This only happens sometimes, after a refresh or going in and out compatibility 
mode it then pops up.

What is the expected output? What do you see instead?
The datepicker should pop up to select a date, this does not happen only on a 
refresh. So sometimes when you go to the enter the date on a first time load it 
doesn't show.

Please provide a URL to a page displaying the problem.
The datepicker is in a CMS which requires a username and password, I can strip 
the coding if needed, but only when this is accepted as an issue.

What version of the datepicker are you using? On what operating system? And 
Which Browser?

jquery.datePicker.js 103 2010-09-22 08:54:28Z kelvin.luck
Windows 7 x64
Internet Explorer 9

Please provide any additional information below.

Regards,
Adam Norton

Original issue reported on code.google.com by adamnort...@gmail.com on 23 Nov 2011 at 4:10

GoogleCodeExporter commented 8 years ago
Bump.  IE9 is not working...Im dead in the water.  Any one have a solution?

Original comment by steve.ew...@gmail.com on 15 Mar 2012 at 4:29

GoogleCodeExporter commented 8 years ago
Got it to work using the following in the <head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >

Original comment by st...@ridescheduler.com on 17 Mar 2012 at 12:43

GoogleCodeExporter commented 8 years ago
I had the same problem. Solved it by removing the bgiframe javascript. It is 
not neccesary to use unless you have dropdown-lists in your page.

Original comment by anders.w...@gmail.com on 31 Aug 2012 at 9:48