-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map disappears #1730
Comments
Also present in version 42.0.2311.90, but need to close the download bar |
Maybe we should update OpenLayers? |
Could be a good idea. I've investigated this issue and it is a bug between OpenLayers and google chrome. See openlayers/openlayers#1181 and openlayers/openlayers#1207. The issue is caused (I think) by the window resizing that occurs when the download bar is removed in Chrome. The workaround suggested is adding the following to CSS: svg { |
As much as this will probably fix it, I think that can also be a good reason to investigate an upgrade of OpenLayers. We're a major version behind after all. |
Yep, I'd agree with that for sure. I'd prefer to update rather than introduce a hacky fix. |
Lets just note that this may actually be "more than a bug" in our definition. Can get quite involved. |
Yeah, agreed. If we want to fix this properly it's more than a bug |
Ok, @dnahodil and I have looked at this further (including the upgrade). The upgrade process is more involved than a simple replace (and there is virtually no documentation available). Notably, in the comments in openlayers/openlayers#1181 users who are on 2.13.1 are still reporting the issue (although some users have had success by forcing refreshes on tile resize). The upshot is, we would have to upgrade to 2.13.1 (as the refresh fix does not work with 2.10) and then apply the refresh fix, hoping that it then works. What do you think @pblain? I think that this is going to get a lot bigger than a bug fix at the moment. |
Closed by #1754 |
Chrome: Version 41.0.2272.101
Steps to reproduce:
What should happen:
What does happen:
The text was updated successfully, but these errors were encountered: