v1.0.1
版本发布时间: 2015-09-14 03:46:00
walkermatt/ol-popup最新发布版本:v5.1.1(2024-05-06 02:09:13)
commit 57032ec0c8707dbb58e19664ff007308b9fef634 Author: Matt Walker walkermatt@longwayaround.org.uk Date: Sun Sep 13 20:30:44 2015 +0100
Bump version to v1.0.1
commit b604ad7d1a6c387e7ed86c08e4ef0b9d7734c183 Author: Matt Walker walkermatt@longwayaround.org.uk Date: Wed Sep 9 20:14:00 2015 +0100
Expand examples section and general tidy-up
commit 3ff6e19e0ffd013cb0c1f94643704873a76ccb3c Author: Matt Walker walkermatt@longwayaround.org.uk Date: Wed Sep 9 20:13:16 2015 +0100
Enable scrolling of overflowing content. Hopefully fixes #9
Based on JS touch event workaround as described by @chrismbarr. I think
that the way that events are captured by OpenLayers overlays prevents
the -webkit-overflow-scrolling: touch
CSS property from being
sufficent.
commit 1eee7b35cf364cd07244300c948458962a4c192e Author: Matt Walker walkermatt@longwayaround.org.uk Date: Sat Aug 1 15:28:43 2015 +0100
Add example of handling DOM events related to popup content. Closes #8
commit 332786bf88abe31aa1e8b155ebff01fafa31fe3d Author: Matt Walker walkermatt@longwayaround.org.uk Date: Sun Jun 14 21:29:03 2015 +0100
Pad right of popup to minimise overlap between scrollbar and closer
commit dc93f4bff88d17b618ea8e285840e13a049afd75 Author: jonataswalker jonataswalker@gmail.com Date: Tue Jun 9 18:10:42 2015 -0300
Reset content.scrollTop when showning popup. Closes #6
This is to avoid the popup be shown with the content scrolled.
commit 308d2a031bc5fbb86ec837674356b1ec4fed51a4 Author: Matt Walker walkermatt@longwayaround.org.uk Date: Sun Jun 14 21:14:28 2015 +0100
Add example showing scrolling content
commit 4342b976f4f187735049b014c6f6cefec4bcab75 Author: Matt Walker walkermatt@longwayaround.org.uk Date: Wed May 27 15:16:17 2015 +0100
Use Unicode escape for popup closer character, fixes #5
As the CSS previously contained a literal cross character it was
essential that the CSS was identified as UTF-8 which is commonly either
done via HTTP headers or charset tag in the HTML file. @amr66 suggested
setting the @charset "utf-8"
within the CSS file which is valid but I
felt it was simpler to use the escaped Unicode point.