Skip to main content

Search and Top Navigation

#9367 closed bug (worksforme)

Opened June 08, 2013 01:03PM UTC

Closed June 09, 2013 01:59PM UTC

Datepicker localization, minified version defective

Reported by: dmack Owned by: dmack
Priority: minor Milestone: none
Component: ui.datepicker Version: 1.10.3
Keywords: Cc:
Blocked by: Blocking:
Description

i dont know why noone apparently seemed to notice this MAJOR bug, but here hoes :

download the current version of jquery ui (stable version) and use the MINIFIED i18-files on your pages - none of them seem to work, my guess is the minify-buildprocess messes them up as the language-array-elements dont exist anymore.

The non-minified versions work, btw. This NEEDS to be fixed

Attachments (0)
Change History (6)

Changed June 09, 2013 01:35AM UTC by scottgonzalez comment:1

owner: → dmack
status: newpending

They work just fine for me. What does one of your files look like?

Changed June 09, 2013 07:47AM UTC by dmack comment:2

_comment0: this is one of them, clearly defunct : \ ``` \ /*! jQuery UI - v1.10.3 - 2013-05-03 \ * http://jqueryui.com \ * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ \ jQuery(function(t){t.datepicker.regional.de={closeText:"Schließen",prevText:"<Zurück",nextText:"Vor>",currentText:"Heute",monthNames:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthNamesShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],dayNames:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],dayNamesShort:["So","Mo","Di","Mi","Do","Fr","Sa"],dayNamesMin:["So","Mo","Di","Mi","Do","Fr","Sa"],weekHeader:"KW",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.de)}); \ ``` \ \ live from http://jqueryui.com/resources/download/jquery-ui-1.10.3.zip1370764289068733
status: pendingnew

Changed June 09, 2013 07:53AM UTC by dmack comment:3

_comment0: sorry but you have obviously not tested it at all : \ http://jsfiddle.net/CeRys/1370764500058282
_comment1: DELETEME1370764520301195

Changed June 09, 2013 01:05PM UTC by scottgonzalez comment:4

status: newpending

What is defunct about that? It's working just fine for me.

Changed June 09, 2013 01:28PM UTC by dmack comment:5

status: pendingnew

i think we can safely agree that this is the same bug as [[ticket:9368]]

Changed June 09, 2013 01:59PM UTC by scottgonzalez comment:6

resolution: → worksforme
status: newclosed

Please use the forums or Stack Overflow to track down whatever problems you're having. There are no issues in jQuery UI's files.