Skip to end of banner
Go to start of banner

The map doesn't show in Internet Explorer

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Problem

The map gadget is shown on the dashboard, but there is no map - only a grey or white background. The browser is Internet Explorer.

Solution

Please contact your JIRA administrator about this problem.

It is most likely caused by JIRA running within an Apache web server, with browser-specific compression. 

If you have enabled gzip compression on your frontend webserver this could be the problem. 

IE will then have some problems reading the json data thats is used in the MapIt plugin.
You could try to add the following to your mod_deflate config:

 

BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch ^Mozilla/5.0 no-gzip
If you have the line -> BrowserMatch bMSIE !no-gzip !gzip-only-text/html then remove it
 

 

Save config and restart webserver.

If this did not help, please create i support issue so we can have a look.

  • No labels