search for: crazybob

Displaying 1 result from an estimated 1 matches for "crazybob".

2005 Sep 15
2
IE iframe bug with Autocompleter over HTTPS
...y known and in the works, or it isn''t a bug" (per http://wiki.script.aculo.us/scriptaculous/show/BugReports) The autocomplete works, but the first time it fires, you get a "Downloading non-secure content from a secure Web site" warning. I eventually found a clue at: http://crazybob.org/2005/06/ajax-ie-iframe-bug.html. The problem is with the (generated) iframe missing the src attribute (the attribute was set dynamically later on by Javascript). The iframe tag in question gets generated by lines 89 - 91 of controls.js: ''<iframe id="'' + this....