Skip to main content

Bug Tracker

Side navigation

#2108 closed bug (fixed)

Opened January 03, 2008 07:13AM UTC

Closed March 15, 2008 09:29PM UTC

Problem in Ui/Datepicker

Reported by: manjula Owned by: kbwood
Priority: major Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

I'm using rails 2.0.1 with jrails and jquery. I'm trying to use UI/Datepicker. While running i'm getting the error as

$.datepicker has no properties

[Break on this error] for (attrName in $.datepicker._defaults) {

in ui.datepicker.js (line 1419)

Please tell me how to resolve it.

Attachments (0)
Change History (4)

Changed January 14, 2008 07:03PM UTC by john comment:1

component: coreui
owner: → paul

Changed January 14, 2008 11:21PM UTC by kbwood comment:2

owner: paulkbwood

Can you provide the code for or a URL to a page that demonstrates the problem?

Changed January 31, 2008 12:54AM UTC by stephancom comment:3

Replying to [ticket:2108 manjula]:

I'm using rails 2.0.1 with jrails and jquery. I'm trying to use UI/Datepicker. While running i'm getting the error as $.datepicker has no properties

I think your problem (and mine, a few minutes ago, but without jrails) is that you're trying to call Datepicker before it gets instantiated. Datepicker has an onready event near the end that sets up the library. If, like me, you're including it later in your page (say, using content_for), but your event that wants to build a datepicker comes first, it dies.

Try moving your include for datapicker sooner in your page. That worked for me!

(btw, never heard of jrails before, sounds like something I've been looking for, thanks!)

Changed March 15, 2008 09:29PM UTC by paul comment:4

resolution: → fixed
status: newclosed