Closed (works as designed)
Project:
Ubercart SSL
Version:
6.x-1.26
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2011 at 15:02 UTC
Updated:
30 Nov 2012 at 10:33 UTC
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
Comment #1
crystaldawn commentedThis 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.