From fe865038d07ae455f9a84f687f0250faf30e9fa3 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Fri, 15 Mar 2013 16:35:01 -0400 Subject: [PATCH 1/2] clean tags before dispatching changeTags --- js/id/ui/tag_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/ui/tag_editor.js b/js/id/ui/tag_editor.js index e20b49df6..cd2c15126 100644 --- a/js/id/ui/tag_editor.js +++ b/js/id/ui/tag_editor.js @@ -106,7 +106,7 @@ iD.ui.TagEditor = function(context) { .call(drawButtons); tageditor.tags(tags); - event.changeTags(tags); + changeTags(); } function clean(o) { From e3d11daceb2d018e51c33311fd4f2efe2294e52f Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Fri, 15 Mar 2013 16:53:24 -0400 Subject: [PATCH 2/2] fix path pointer-events regression --- css/map.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/map.css b/css/map.css index e876f2b4b..4f49b09b3 100644 --- a/css/map.css +++ b/css/map.css @@ -37,6 +37,10 @@ path.shadow { transition: 200ms; } +path.shadow { + pointer-events: stroke; +} + /* points */ g.point .stroke {