Skip to main content

Bug Tracker

Side navigation

#1965 closed bug (wontfix)

Opened November 23, 2007 07:23PM UTC

Closed January 07, 2008 04:24AM UTC

Error with Datepicker and text field clones on Firefox

Reported by: ultimas Owned by: iMarc
Priority: major Milestone: 1.2.1
Component: ui Version: 1.2.1
Keywords: datepicker clone focus Cc:
Blocked by: Blocking:
Description

When I clone a datepicker text field , I get the following error when the clone gets the focus.

Error:

-inst has no properties

Line of the error pointed out by firebug:

-var beforeShow = inst._get('beforeShow');

-ui.datepicker.yui... (line 393)

Only happens in Firefox.

I'm using the version 3.2

Attachments (0)
Change History (5)

Changed November 24, 2007 08:14PM UTC by paul comment:1

owner: → iMarc

Changed November 25, 2007 11:03PM UTC by kbwood comment:2

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

Changed November 26, 2007 11:31AM UTC by ultimas comment:3

sorry, here is a simple example: http://autodoc3.tempsite.ws/test/ui.php

Changed November 27, 2007 02:17AM UTC by kbwood comment:4

The datepicker adds a _calId attribute to the input field to link it to the internal instance and settings. This attribute is not being cloned for some reason and needs to be copied manually following the clone process.

Changed January 07, 2008 04:24AM UTC by kbwood comment:5

resolution: → wontfix
status: newclosed