On the Display page I see:
Use autocomplete
That is enabled.
On the Public page I see:
Use autocomplete
Despite that I don't allow public access, that is also enabled.
Finally I see three relevant options in 'Load Mootools' on the System page.
Force loading Mootools 1.3 (use MEIO)
Do not load Mootools 1.3 (use MEIO)
auto
Neither of them gives me any result.
I'm monitoring the Console in Chrome, but I don't see any error messages.
In Firefox I can see one error no matter which of the options I choose:
Code:
Brugen af getAttributeNode() er udfaset. Brug getAttribute() i stedet.
[Break ved denne fejl]
...xt");}};}n=null;if(document.createElement("div").getAttributeNode("id")){Element...
mootools-core.js (linje 343)
Which means something like 'the use of getAttributeNode is fazed out, use getAttribute instead'