From db14bc6458ce9776d2e0a35e0dfa8918d7d1b1be Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 23 Nov 2009 16:52:01 -0600 Subject: [PATCH] fix 10888 final touches on map point bugs --- docs/changelog/7.x.x.txt | 1 + www/extras/yui-webgui/build/map/map.js | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 5e58201c5..9973d7d6c 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -11,6 +11,7 @@ - fixed #11263: CleanLoginHistory can cause workflow errors - fixed #11185: Code editor broken in IE8 for SQLReport - fixed #11177: Code editor steals focus on load + - fixed #10888: Final touches on map point bugs 7.8.5 - added the EMS submission subsystem diff --git a/www/extras/yui-webgui/build/map/map.js b/www/extras/yui-webgui/build/map/map.js index 2e2f9ee15..b5ee950ef 100644 --- a/www/extras/yui-webgui/build/map/map.js +++ b/www/extras/yui-webgui/build/map/map.js @@ -46,6 +46,7 @@ WebGUI.Map.editPoint marker = new GMarker( map.getCenter(), { draggable: true } ); marker.infoWin = document.createElement("div"); marker.bindInfoWindow( marker.infoWin ); + marker.map = map; mgr.addMarker( marker, 0 ); mgr.refresh(); assetId = "new";