From 790252b6d2447b55b29854ddce2375e653d2a252 Mon Sep 17 00:00:00 2001 From: luethd Date: Thu, 29 Aug 2019 16:13:24 -0600 Subject: [PATCH 1/3] fix(window): send resize event to punyparent on window resize --- src/os/ui/window.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/os/ui/window.js b/src/os/ui/window.js index e5f600858..1f5bb9325 100644 --- a/src/os/ui/window.js +++ b/src/os/ui/window.js @@ -1227,6 +1227,8 @@ os.ui.WindowCtrl.prototype.onWindowResize_ = function() { this.element.removeClass('u-parent-resizer-xl'); } this.element.addClass(addClass); + + goog.dom.ViewportSizeMonitor.getInstanceForWindow().dispatchEvent(goog.events.EventType.RESIZE); } }; From 65c3278de18897308ef6861155d10f2661f1d8c9 Mon Sep 17 00:00:00 2001 From: Jeremy Salankey Date: Fri, 30 Aug 2019 10:02:17 -0600 Subject: [PATCH 2/3] refactor(kml): allow parsing elements and documents THIN-14258 --- src/os/ogc/spatial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/ogc/spatial.js b/src/os/ogc/spatial.js index 6c1b524e3..85aa76eb8 100644 --- a/src/os/ogc/spatial.js +++ b/src/os/ogc/spatial.js @@ -22,7 +22,7 @@ os.ogc.spatial.Format = { /** * Convert an element containing a KML geometry to an ol.Feature. * - * @param {Element} element The element containing a KML geometry + * @param {Document|Element} element The element containing a KML geometry * @return {ol.geom.Geometry} The geometry * * @suppress {accessControls} Because OL3 decided not to let us use their code... From 37635715264851adbde0ead0c6bf70875e9373e3 Mon Sep 17 00:00:00 2001 From: Jeremy Salankey Date: Tue, 3 Sep 2019 10:15:32 -0600 Subject: [PATCH 3/3] fix(main): fixes scrollbars sometimes appearing in main view THIN-14294 --- views/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/main.html b/views/main.html index 2e48a3b14..4153b0999 100644 --- a/views/main.html +++ b/views/main.html @@ -1,4 +1,4 @@ -
+