Quote:
|
Originally Posted by KevinH So for you point #2 is not a bug?
For #3 I filed bug 5962
#4 can you post the entire string that caused the error.
#5 Can you login with ?debug=3, this will open a popup debug window. Try to delete a tag and see if anything happens in the debug window. Also please try on Firefox and check the JavaScript console for any errors/warnings.
#6 I think these were generated from Java or Windows. I'll ask. |
#2 is still a bug in my opinion (though I did fix it locally), because a proper AjxMsg_?.properties file would need to be provided at installation time, by default, so users with European locales have proper behavior from the Calendar. I could forward you mine.
#4
Blank screen after login in:
invalidAwayMessage = Le message d'absence doit contenir au moins {0} caract\u00e8res
Normal behavior after login in:
invalidAwayMessage = Le message d absence doit contenir au moins {0} caract\u00e8res
The only difference is the single quote
I've noticed elsewhere in the properties files that I had the combination single quote + placeholder, but the application doesn't seem to mind. Quite boggling.
#5 Nothing in the ?debug=3 console, but the FF JavaScript console says:
Error: uncaught exception: unterminated string literal
#3 & #6: Thanks, Kevin
Francois