Last modified: 2011-03-13 18:04:41 UTC
if I enter a letter in the search field there is a little warning-symbol and "Error on this page" in the status bar. Details: line: 96 character: 3 Error: "encodeURIComponent" is undefined Code: 0 URL: http://wikitech.leuksman.com/
The main problem is that although the AJAX goodies don't work in this version of IE, it's still disabling the native autocomplete -- so we've taken away something that worked and failed to replace it with something else useful. An AJAX support test at the beginning could trigger extra warning messages at page load time for some configurations of IE; but we should know that our ajax attempts don't work once we start typing, and can re-enable native autosuggest at that time. This should lead to relatively sane behavior in most cases.
Testme with IE8, please.
(In reply to comment #2) > Testme with IE8, please. > Of course, it works.
Still relevant with 0.02% market share?