Edgewall Software

Changes between Version 2 and Version 5 of Ticket #12202


Ignore:
Timestamp:
Sep 7, 2015, 10:52:15 AM (9 years ago)
Author:
Jun Omae
Comment:

Committed in [14314] and merged to trunk in [14315].

I think no problem about that log. The datetime picker calls original $.datepicker.parseDate before $.timepicker's parseDate is called. If the text has time part, $.datepicker.parseDate raises an exception and that log is written in console.

See https://github.com/trentrichardson/jQuery-Timepicker-Addon/blob/v1.5.5/src/jquery-ui-timepicker-addon.js#L1745.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12202

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #12202 – Release Notes

    v2 v5  
     1Fix parsing error in datetime picker when datetime separator of the locale isn't a space character, e.g. en_US in Babel 1.3.