Opened 17 years ago
Closed 17 years ago
#99 closed defect (fixed)
Zoombox is hidden behind wms map images
Reported by: | mschulz | Owned by: | christoph |
---|---|---|---|
Priority: | major | Milestone: | 2.4.3 release |
Component: | user interface | Version: | 2.4.2 |
Keywords: | zoombox | Cc: |
Description
The red zoom box outline can appear hidden behind some map images. This happens when a gui has a lot of wms services assigned (~ >12). So that the z-index of some maps is above the z-index of the box outline.
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
download the bug fix here
http://trac.osgeo.org/mapbender/browser/trunk/mapbender/http/php/mod_map1.php?format=raw&rev=1673
Note:
See TracTickets
for help on using tickets.
To fix it change mod_map1.php line 67, add z-index to maps-div : <div id='maps' name='maps' style ='position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; z-index:2;'> </div>