Skip to main content

Bug Tracker

Side navigation

#2260 closed bug (fixed)

Opened January 31, 2008 02:47AM UTC

Closed March 15, 2008 05:34PM UTC

Datepicker broken in Safari and Firefox

Reported by: Dan Lipsitt Owned by: remysharp
Priority: major Milestone: 1.2.3
Component: ui Version: 1.2.2
Keywords: Cc: m@marcgrabanski.com, kbwood@iprimus.com.au
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:

The first works, the second doesn't. The files differ in several places.

Attachments (0)
Change History (5)

Changed February 08, 2008 04:13PM UTC by paul comment:1

owner: pauliMarc

Changed March 14, 2008 11:52PM UTC by Bradley comment:2

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).

Changed March 15, 2008 04:30PM UTC by scott.gonzal comment:3

owner: iMarcremysharp

Changed March 15, 2008 05:33PM UTC by remysharp comment:4

Fixed - and checked in to svn. Problem was due to $.datepicker being instantiated in a ready statement *after* it was being made use of.

Changed March 15, 2008 05:34PM UTC by rworth comment:5

resolution: → fixed
status: newclosed