Hey All,

i noticed that autocomplete wasn't working correct in the admin pages.
I see you exclude this in the code, but i wonder... why?

Because sometimes it's ssl/https and sometimes it's normal http.

What will happen when I comment out the excluding autocomplete ?

Comments

crystaldawn’s picture

Status: Active » Closed (works as designed)

This is something that was left over from an earlier version of D6 that had problems in core with regards to ajax not working at all with ssl requests. These may not be necessary in newer D6 versions but in order to keep compatibility, I'll need to leave them in for the D6 version. You can make a new hook in a custom module and remove them easily enough. However in the D7 version I've removed these.