Modify ↓
Ticket #1965 (closed bug: wontfix)
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: | |
| Blocking: | Blocked by: |
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
Change History
comment:2 Changed 5 years ago by kbwood
Can you provide the code for or a URL to a page that demonstrates the problem?
comment:3 Changed 5 years ago by ultimas
sorry, here is a simple example: http://autodoc3.tempsite.ws/test/ui.php
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
