Opened 17 years ago
Closed 16 years ago
#220 closed defect (fixed)
module addWMSfromfilteredList_ajax does not work with IE
Reported by: | astrid_emde | Owned by: | christoph |
---|---|---|---|
Priority: | major | Milestone: | 2.6 release |
Component: | user interface | Version: | 2.5 rc2 |
Keywords: | addwms, IE | Cc: |
Description
the module addWMSfromfilteredList_ajax does not work together with IE.
On click on button 'gui' the list of the owners guis appears. Then the user wants to click on a gui-name to get the list of the WMS of this gui.
Unfortunately this does not work when I use IE. With firefox everything works fine.
The following onclick event does not work in IE. No reaction!
<div style="cursor: pointer;" onclick="getWMSByGUI('gui1')">gui1</div>
Have a look in file /javascripts/mod_addWMSfromfilteredList_ajax.php
row 161: function createDiv(text, onClick)
row 219: function displayGUIs (guiArray)
Change History (2)
comment:1 by , 16 years ago
Milestone: | 2.5 release → 2.6 release |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
http://trac.osgeo.org/mapbender/changeset/2979