id summary reporter owner description type status priority milestone component version severity resolution keywords cc external_id 1474 Properties don't show up in Ajax viewer gBecker jng "Properties don't show up in Ajax viewer on servers with localized OS. I've encountered double values with german localization in the responseText of the ajax call in line 3881 mapframe.aspx . It uses a comma as separator instead of a dot (or is it point?). This causes an error on evaluating the responseText (json) in line 3886: var resp = eval('(' + respText + ')'); This is the content of respText: {""flurstuecksflaechen"" : [{""values"" : [{""name"" : ""FLUR"", ""value"" : ""46"" },{""name"" : ""GKNZ"", ""value"" : ""499"" },{""name"" : ""NENNER"", ""value"" : ""1"" },{""name"" : ""ZAEHLER"", ""value"" : ""37"" }], ""zoom"" : {""x"" : 3472889,12982542, ""y"" : 5560257,77589747}}]} Have a look at the x- and y-coordinate of the zoom parameter! So the solution to this problem would be to always return numbers with an unlocalized format (always dot/point)." defect closed high 2.2 AJAX Viewer 2.2.0 blocker fixed trevorwekel