Hi,
The input form of the calendar is empty when is selected a language which is not english (I’ve the same with spanish and italian).
With english works fine.
It does not depends from the browser.
Here attached the screen shot with the firebug error
I’ve fouun the reaons why of this problem … but not the solution. The problem (seems) caused by the following statement
SUGAR.language.setLanguage(‘app_strings’, );
which is repeated twice at the beginning of the file…cache\jsLanguage\it_it.js.
I’ve tried to remove this double statement and everything works fine.