Closed (won't fix)
Project:
Drupal core
Version:
x.y.z
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2006 at 21:46 UTC
Updated:
15 Sep 2006 at 15:05 UTC
To reproduce:
Enable SSL for the whole site.
Enable the upload module.
Edit a story.
You will get the dreaded "Security Information" warning.
Why? IE6/7beta incorrectly fetches http://about:blank (i think) when the src argument is ommited from an
. Fix: add src="javascript:false;" to misc/drupal.js:336: div.innerHTML = '';
Comments
Comment #1
serbaut commentedForgot to add code tags, here is the line
change to
Comment #2
nedjoMoving, drupal.js is in Drupal core.
Comment #3
markus_petrux commentedEntering javascript:false; in the address bar of IE shows "false" in the document area.
I think it is best to use "javascript:void(0);"
Comment #4
markus_petrux commented...or no src attribute at all, but IIRC there are browser bugs involved here. I think it was that the onload event handler failed to work on some browsers.
Comment #5
serbaut commentedMaybe I wasnt clear, but yes, the bug is in IE6 and not drupal. This is a workaround.
Comment #6
magico commentedNot a Drupal bug.