Changes between Initial Version and Version 1 of Ticket #6737


Ignore:
Timestamp:
Dec 9, 2010, 8:22:44 AM (12 years ago)
Author:
Scott González
Comment:

I'm hijacking this ticket because I don't want to keep tickets like this open since we'll be completely rewriting the datepicker.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6737

    • Property Priority changed from minor to blocker
    • Property Status changed from new to open
    • Property Milestone changed from 1.9 to 1.next
    • Property Summary changed from bind onclick instead of hardcoding html to Datepicker: Rewrite
  • Ticket #6737 – Description

    initial v1  
    1 bind onclick instead of hardcoding html.
    2 use closest(".ui-datepicker-class").length to detect clicked object, combined with data-day attribute.
    3 fixes #4055 as well (less a global variable)
     1Rewrite datepicker to use the widget factory and conform to our coding standards.