Opened 15 years ago
Closed 15 years ago
#3108 closed bug (fixed)
ui.datepicker breaks with form elements whos ids contain square brackets
Reported by: | Owned by: | grabanski | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.datepicker | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
if you have an element who's id is something like "ticket[owner]" then this seems to break the _setDate function (et al) (from within the _generateDatepicker function).
Note: See
TracTickets for help on using
tickets.
Fixed. Now handles ids with embedded square brackets.