Thanks, Sandro - comments below. > - localization tutorial (here: > http://localhost:8080/pivot-tutorials/localization.html): > now it's Ok, but i see some strange chars (for example, in Italian the > right label for city is "Città ", but I see a strange char at the end, > like "CittÀ " like a bad escaping or a bad encoding in json files) in > the city label (both in the Italian and probably also in the German > labels for it but this requires someone who knows German :-) ). > I've just tried to look related json files but they seems right and > encoded with UTF-8 ... someone has an idea ? > Something related to Font handling ?
Not sure what the problem is - let's add a bug for this. > - effects\Blur doesn't take all image pixels, it leave 1 pixel without > effect at any image size, probably this is a little defect. Yup - known issue, but I don't know if it is in JIRA yet. > - in textArea handle Home and End keys and maybe also <CTRL> Home and > <CTRL> End ... as currently done in textInput. > I can add this info in the existing ticket for textArea. Yes, please do this - thanks. > - note that in maven pom files are missing modules for tools (maybe > only at compile scope) > and web-server (this could be useful in server projects, when maven is used). > I know that both are not required in Client applications,so maybe we > could think on adding a pom like pivot-all (extending the pivot > definition) and include them here, right ? I think it would probably make more sense to simply add additional POMs for these libraries.
