Ticket #8375 (closed: fixed)
Download Page: Make the Filtering work on IE
Reported by: | Nick Draper | Owned by: | Nick Draper |
---|---|---|---|
Priority: | major | Milestone: | Release 3.1 |
Component: | Tools | Keywords: | Maintenance |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
The filtering does not work using IE as a browser, although it is fine with firefox, chrome and safari.
Change History
comment:2 Changed 7 years ago by Nick Draper
- Status changed from inprogress to verify
- Resolution set to fixed
To test: Check that the OS filtering works on IE, but also on Chrome and firefox.
NOTE: There is no branch and nothing to merge, the changes are already in place on the download page
comment:3 Changed 7 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
Note: See
TracTickets for help on using
tickets.
This seems to be due to getElementsByName method, this is apparently not part of the W3 standard, and although widely supported, it isn't by IE.
I've updated this to use a bit of JQuery.