View Single Post
  #4 (permalink)  
Old 02-10-2006, 10:58 AM
KevinH KevinH is offline
Zimbra Employee
 
Posts: 4,792
Default

Quote:
Originally Posted by Kafka
#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

#2 can you just attach it to the bug and add any more info that may help us fix it or reproduce it?

#4 What is you escape the ' like \' Will that solve it?

#5 Is there a line number or filename? Seems like another unescaped value in a string.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote