#1725 closed defect (fixed)
SSL in IE6 broken by IFrame line 37
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4 |
Keywords: | SSL iframe | Cc: | |
Blocked By: | Blocking: |
Description
Using a menu2 widget in IE6 with SSL prompts (when dropping down the menu) asking if you want to display unsecured content. This is from the iframe created on line 34 of srchtmliframe.js. Adding a src=blank.html attribute fixes the problem, but causes the page to try to load blank.html when the menu drops down. IE7 thankfully has this fixed.
Change History (3)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
The previous code [6212] had src="javascript:false", and I tested it and it was working fine in IE6 (against https://.../test_Menu2.html). So I'm gonna revert [6292]. If you have a testcase where it doesn't work then please update this bug.
This bug is basically a duplicate of #548, right?
Note: See
TracTickets for help on using
tickets.
(In [6292]) make bgiframe load the richtextframe.html, to avoid ssl errors (and avoid distributing an additional) html file. Fixes #1725