Custom Query (7259 matches)
Results (43 - 45 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#9660 | notabug | $.datepicker.formatDate() gives the wrong day of the month | ||
Description |
$.datepicker.formatDate() gives the wrong date for the input string '2013-11-15' but gives back the right date when there is a space after 15. I tried it with different date formats. Some return the right date and some don't. Please see the attached screenshot for examples |
|||
#7062 | fixed | $.datepicker.parseDate does not work for some locale date strings | ||
Description |
Failing on these strings: "2011 十一 22" // zh-CN "2012 十二 24" // zh-CN "14 červenec 2007" // cs "20 Tháng 10 2010" // vi "22 Tháng 11 2011" // vi "22 Tháng Mười Một 2011" // vi "24 Tháng 12 2012" // vi "24 Tháng Mười Hai2012" // vi Here's test case: var tests = [ "yy M d", "2011 十一 22", "zh-CN", "yy M d", "2012 十二 24", "zh-CN", "d MM yy", "14 červenec 2007", "cs", "d M yy", "20 Tháng 10 2010", "vi", "d M yy", "22 Tháng 11 2011", "vi", "d MM yy", "22 Tháng Mười Một 2011", "vi", "d M yy", "24 Tháng 12 2012", "vi", "d MM yy", "24 Tháng Mười Hai2012", "vi" ]; for (var i=0,l=tests.length; i<l; i+=3) { try { console.log($.datepicker.parseDate(tests[i], tests[i+1], $.datepicker.regional[tests[i+2]])); } catch (ex) { console.error("format", tests[i], "dateStr", tests[i+1], "regionCode", tests[i+2], "Error", ex); } }; |
|||
#7275 | fixed | $.effects.animateClass broken in jQuery 1.6 | ||
Description |
The effects work, but any of the animateClass methods (addClass, toggleClass, etc) don't. http://jsfiddle.net/danheberden/9GGU6/ No errors are thrown, and the effect completes - it's just not animated. |
Note: See TracQuery
for help on using queries.