﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7864	Some primitives drawn in active color when the layer is inactive	mrwojo	team	"Swapping between two layers I noticed ~~3~~ 4 minor cases where primitives are using their active color while the layer is inactive:

1. Node icon selection border. Repro: Select a `highway=stop` node. Switch to a different layer. Stop icon remains bordered by red selection rectangle. I'd expect either the rectangle to be rendered in gray or not rendered.
2. Area fill color. Repro: Find an area way with a fill color. Switch to a different layer. Area fill color remains as it was (it's easier to see the dark red fill of a selected area). I'd expect the area fill to be either gray or omitted.
3. Turn restriction icon selection border. Repro: Select a turn restriction relation. Switch to different layer. Turn restriction icon remains bordered by pink selection rectangle. Again, I'd expect the rectangle to be either gray or omitted.
4. Area text. Repro: Find an area with a displayed name. Switch to a different layer. The name text remains white-ish when it should be gray.

The attached patch does:

1. Inactive node icon selection: Gray.
2. Inactive area fill: Omitted. (This what's done for disabled areas. See StyledMapRenderer.java, line 118.)
3. Inactive restriction icon selection: Gray.
4. Inactive area text: Gray.
"	defect	closed	minor		Core	latest	fixed	inactive	
