[Chameleon-dev] [Bug 1306] New: CWCJSAPI widget has problem with https and IE

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Mon Feb 27 09:35:46 EST 2006


http://bugzilla.maptools.org/show_bug.cgi?id=1306

           Summary: CWCJSAPI widget has problem with https and IE
           Product: Chameleon
           Version: 2.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Widget
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: bartvde at xs4all.nl


When using IE, you get the alert box that there are insecure items in the page.
The problem is as described here:

http://ewbi.blogs.com/develops/2004/07/ie_iframe_and_h.html

The iframe which is used has an empty src attribute which makes IE display the
insecure items alert box. This can easily be fixed by changing:

      var html = '<iframe name="' + "frame_" + containerName + '" src""></iframe>'; 

to:

      var html = '<iframe name="' + "frame_" + containerName + '"
src="javascript:false;"></iframe>';



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list