-
Notifications
You must be signed in to change notification settings - Fork 6.7k
[Datepicker] Repeated months #3079
Comments
The newest version of AngularJS Batarang did not parse the month html |
The bug is hard-reproducible and dependent on OS, browser, current timezone and current date i.e. var date = new Date(2014, 0, 1); console.log(date.getFullYear(), date.getMonth(), date.getDate(), date.getHours()); can result in "2013 11 31 23" because of the bug. Fixes angular-ui#3079
The bug is hard-reproducible. It depends on OS, browser, current timezone and current date. i.e. var date = new Date(2014, 0, 1); console.log(date.getFullYear(), date.getMonth(), date.getDate(), date.getHours()); can result in "2013 11 31 23" because of the bug. Fixes angular-ui#3079
Is this related to https://bugzilla.mozilla.org/show_bug.cgi?id=1079720 ? |
Partially yes.
I suppose there could be more cases. And I think even if Firefox developers fix it, there is no guarantee that such problem won't appear again in Firefox or other browsers. |
Explicitly check for 23. Addresses: angular-ui#3079, angular-ui#3433
Micro-optimization. Addresses: angular-ui#3079, angular-ui#3433
There is an issue with repeated months in some years in Russian time zones (Moscow UTC +3, Novosibirsk UTC +6).
The issue occurrs only in Firefox (version 33.0, 34.0). In Google Chrome everything is OK.
Angular bootstrap version: 0.12.0.
Screenshots are attached.
The text was updated successfully, but these errors were encountered: