dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #34296
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17603: GIS legend overflow issue fixed.
------------------------------------------------------------
revno: 17603
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-11-27 13:45:41 +0100
message:
GIS legend overflow issue fixed.
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/scripts/mapfish/core/GeoStat/all.js
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/scripts/mapfish/core/GeoStat/all.js'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/scripts/mapfish/core/GeoStat/all.js 2014-08-31 15:55:29 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/scripts/mapfish/core/GeoStat/all.js 2014-11-27 12:45:41 +0000
@@ -730,7 +730,6 @@
// data
child = document.createElement("div");
child.style.height = "14px";
- child.style.overflow = "hidden";
child.title = this.view.columns[0].items[0].name;
child.innerHTML = this.view.columns[0].items[0].name;
element.appendChild(child);