Side navigation
#876 closed bug (fixed)
Opened January 24, 2007 12:04PM UTC
Closed February 02, 2007 03:42PM UTC
Last modified June 21, 2007 02:38AM UTC
datePicker replaces class on input when inputClick:true is supplied
| Reported by: | sam | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | plugin | Version: | |
| Keywords: | datePicker | Cc: | |
| Blocked by: | Blocking: |
Description
The datePicker plugin replaces any class on the input if "inputClick: true" is supplied, which may change the display of the box.
Easy fix though.
Go to line 392 and replace
calBut = jQuery(this).attr({'class':'date-picker', 'title':chooseDate});
with
calBut = jQuery(this).attr({'title':chooseDate}).addClass('date-picker');
Attachments (0)
Change History (1)
Changed February 02, 2007 03:42PM UTC by comment:1
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Fixed in revision 1255