﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10370	"MapCSS: text:name print ""name"" on the object"	plepe	team	"Until yesterday or two days ago, the following mapcss styles were equal:
{{{
node[something] {
  text: name;
}
node[something] {
  text: ""name"";
}
node[something] {
  text: tag(name);
}
}}}

Now (josm-latest, version: 7396, but snapshot 7391 has the same issue) the first prints the text ""name"" on all rendered objects. Version 7380 was the last snapshot to be correct. See the attached screenshots.

This is the style I'm using:
{{{
canvas {
  default-points: false;
  default-lines: false;
}
way[highway] {
  text: name;
  width: 2;
  color: blue;
} 
}}}"	defect	closed	major	14.08	Core mappaint		fixed		
