Opened 14 years ago
Closed 14 years ago
#3592 closed bug (fixed)
id repetition on IE and FF 2.x
Reported by: | edomato | Owned by: | kbwood |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.datepicker | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If I have several input fields without IDs on them and apply the datepicker ui to them the created IDs on Internet Explorer 6/7 and Firefox 2.x are the same for those input fields and when you choose a date on an input field that is not the first one, the date appears always on the first field.
It doesn't happens with Firefox 3.x
Thanks. Ernesto
Change History (4)
comment:1 Changed 14 years ago by
Priority: | major → critical |
---|
comment:2 Changed 14 years ago by
Owner: | changed from grabanski to kbwood |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This is fixed in the current version of datepicker. The new version generates the id using a unique 'uuid' in the string.