popup_widget renders an iframe which causes IE6 to render a security warning

Bug #296330 reported by Joey Stanford
2
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Francis J. Lacoste

Bug Description

It seems that the popup_widget is creating an iframe on certain pages which causes IE6 to complain that the pages are not secure (see related bug 295234).

The code that is presented in IE6 is:

<td>
(<a href="javascript:popup_window('@@popup-window?vocabulary=DistributionOrProductOrProject&field=field.scope.target&search='+escape(document.getElementById('field.scope.target').value),'field.scope.target','300','420');
document.getElementById('field.scope.target').onkeypress()">Choose&hellip;</a>)

           <iframe style="display: none"
                   id="popup_iframe_field.scope.target"
                   name="popup_iframe_field.scope.target"></iframe>
</td>

It's called in malone-index.pt, specifications-index.pt, and questions-index.pt. I've confirmed the IE6 issue happens on those pages but not code or translations.

Changed in launchpad:
importance: Undecided → High
status: New → Triaged
Changed in launchpad-foundations:
milestone: none → 2.1.11
Changed in launchpad-foundations:
assignee: nobody → flacoste
status: Triaged → In Progress
Revision history for this message
Francis J. Lacoste (flacoste) wrote :

RF 7276

Changed in launchpad-foundations:
status: In Progress → Fix Committed
Revision history for this message
Eleanor Berger (intellectronica) wrote :

Whoops ... looks like this broke the pop-up. When I click to launchit I get an IFrame with 'false' in it.

See bug #297126

Changed in launchpad-foundations:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.