tubackkhoa / gbif-dataportal

Automatically exported from code.google.com/p/gbif-dataportal
0 stars 1 forks source link

Dataset selection box does not work with Internet Explorer 7 #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Reported for Internet Explorer v. 7.0.5730.13:
1. Go to occurrences search page
2. Select search filter type "Dataset name"
3. In first dropdown, select "Resources hosted by Switzerland"

Expected output: second dropdown offers sub-selection of datasets from
Switzerland

Instead: second dropdown is empty and inactive. Filter cannot be set.

N.B.: this issue cannot be reproduced with Mozilla, but shows the same
behaviour with IE 8.0.6001.18702 on Windows

Reported by: Pascal Tschudin, Swiss GBIF Participant Node

Original issue reported on code.google.com by ah...@gbif.org on 25 Aug 2009 at 12:13

GoogleCodeExporter commented 8 years ago
Fixed in revision r92. Now the second dropdown works in Internet Explorer. 
Tested in
IE7 and IE8.

The problem was that this browser doesn't works with innerHTML. DOM should 
rather be
used.

Original comment by daniel.amariles88 on 6 May 2010 at 5:43

GoogleCodeExporter commented 8 years ago

Original comment by daniel.amariles88 on 6 May 2010 at 5:44

GoogleCodeExporter commented 8 years ago
Verified and commited to the trunk at r106.

Original comment by josecua...@gmail.com on 14 May 2010 at 12:02

GoogleCodeExporter commented 8 years ago
the javascript for IE displays in lower case all characters in the second 
dropdown.
In revision r117 it is corrected since we only use html tags in lower case.

Original comment by daniel.amariles88 on 18 May 2010 at 6:39