asmaoui / jquery-datepicker

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

DatePicker inside thickbox does not work in Safari #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- Create page with link to thickbox popup with inline DatePicker(s) in there

What is the expected output? What do you see instead?
- Expect to see calendars but see placeholders in DIV. Works perfectly in
every other browser

Please provide a URL to a page displaying the problem.
- http://www.mistoimub.ee/
- click on the calendar link
(sorry, in estonian only)

What version of the datepicker are you using? On what operating system? And
Which Browser?
- latest version of datepicker
- os: linux
- browser OSX Safari Version 3.2.1 (5525.27.1)

Please provide any additional information below.

Original issue reported on code.google.com by cal...@gmail.com on 21 Jan 2009 at 4:17

GoogleCodeExporter commented 9 years ago
Hi,

Unfortunately your example page isn't loading for me so I can't investigate
further... It just hangs while it is trying to load...

Are you running the date picker initialisation script after the thickboxes have 
loaded?

I may be able to help more if the example page loads for me but at the moment 
it's
not working...

Cheers,

Kelvin :)

Original comment by kelvin.l...@gmail.com on 22 Jan 2009 at 7:41

GoogleCodeExporter commented 9 years ago
well, all of our sites have been suffering DDoS for past 24 hours. So it's not 
your
(or our) fault.
Please try back again in 48 hours, by that time everything should be ok.

Yes, we are running init scripts in HTML that is inside thickbox. And everything
works with other browsers, so it's quite confusing :)

Original comment by cal...@gmail.com on 22 Jan 2009 at 8:01

GoogleCodeExporter commented 9 years ago
Please update the ticket when the site is available and I'll check back 
(otherwise
I'll probably forget in 48 hours),

Cheers,

Kelvin :)

Original comment by kelvin.l...@gmail.com on 22 Jan 2009 at 8:04

GoogleCodeExporter commented 9 years ago
Seems that DDoS attacks have left some international bandwith free. Please try 
if you
can reach it.

regards,
kalle

Original comment by cal...@gmail.com on 24 Jan 2009 at 9:23

GoogleCodeExporter commented 9 years ago
I managed to see your site.

From a quick look at the code it seems that you are initialising the date 
pickers in
the document ready for http://www.mistoimub.ee/wad/cal.html ? But you don't 
include
jQuery in that page... Possibly that causes the problem?

Also, rather than initialising the date pickers there (and including all of the 
JS
and CSS in that page), I would instead load the content of the thickbox by AJAX 
and
in the load callback (on the main page) I would then call the code to 
initialise the
date pickers... I guess it depends if the cal.html will be used from lots of
different places though...

Hope that helps,

Kelvin :)

Original comment by kelvin.l...@gmail.com on 24 Jan 2009 at 8:12

GoogleCodeExporter commented 9 years ago
Closing ticket due to lack of response...

Original comment by kelvin.l...@gmail.com on 5 Apr 2009 at 7:46