#2260 closed bug (fixed)
Datepicker broken in Safari and Firefox
Reported by: | Dan Lipsitt | Owned by: | remysharp |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.2 |
Keywords: | Cc: | [email protected]…, [email protected]… | |
Blocked by: | Blocking: |
Description
Nothing happens when I click the datepicker demo in Firefox 2.0 or Safari 3.0 on my Mac. The demos at http://marcgrabanski.com/code/ui-datepicker/ work fine. Both datepickers claim to be jQuery UI Datepicker v3.3.
Firebug shows the following error:
$.datepicker has no properties http://marcgrabanski.com/code/ui-datepicker/core/ui.datepicker.js Line 1384
I tried downloading the simple demo and linking it to both of the following files:
- http://marcgrabanski.com/code/ui-datepicker/core/ui.datepicker.js
- http://dev.jquery.com/view/trunk/ui/current/datepicker/core/ui.datepicker.js
The first works, the second doesn't. The files differ in several places.
Change History (7)
comment:1 Changed 15 years ago by
Owner: | changed from paul to iMarc |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Owner: | changed from iMarc to remysharp |
---|
comment:4 Changed 15 years ago by
Fixed - and checked in to svn. Problem was due to $.datepicker being instantiated in a ready statement *after* it was being made use of.
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
At this time, demo page works for me in FF 2.0.0.12 / OS X 10.4.11 but *not* Safari 3.0.4 (523.12.2).