Bug Tracker

Ticket #876 (closed bug: fixed)

Opened 2 years ago

Last modified 1 year ago

datePicker replaces class on input when inputClick:true is supplied

Reported by: sam Assigned to: anonymous
Type: bug Priority: major
Milestone: Component: plugin
Version: Keywords: datePicker
Cc: Needs:

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

Change History

Changed 2 years ago by brandon

  • status changed from new to closed
  • resolution set to fixed

Fixed in revision 1255

Note: See TracTickets for help on using tickets.