#202 closed defect (fixed)
problem w/ z-Index in map layers
Reported by: | christoph | Owned by: | christoph |
---|---|---|---|
Priority: | major | Milestone: | 2.4.5 release |
Component: | core | Version: | 2.4.4 |
Keywords: | Cc: |
Description
there is an error in setMapRequest, the divs of the layers look like this
<div 0="" ...> <div 1="" ...>
and the z-Index is missing. Must be a malformed string.
Change History (4)
comment:1 by , 17 years ago
Component: | administration → core |
---|---|
Owner: | changed from | to
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 17 years ago
a single quote in the function setMapRequest needs to be removed, search for "z-index"
Note:
See TracTickets
for help on using tickets.
fixed in 2.4.5 rc2