Skip to main content

Bug Tracker

Side navigation

#7790 closed bug (invalid)

Opened December 16, 2010 08:52AM UTC

Closed January 16, 2011 08:02AM UTC

Leak in frame

Reported by: pirobox@hotmail.com Owned by: pirobox@hotmail.com
Priority: low Milestone: 1.6
Component: misc Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

I've tested this problem with Sieve for IE and it is very simple to replicate. You need two pages: first contains the second using an iframe. And the second has only an input "Submit" and a reference to jquery.

Sincerely I'm not quite sure whether this is a JQuery's bug or a Sieve's. So I'm going to open a ticket also with them.

Best Regards


first page (Default.html)

<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http:www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title></title>

</head>

<body>

<form name="form1">

<div>

<iframe src="Frame.html" style="width: 100%; height: 100%"></iframe>

</div>

</form>

</body>

</html>


Contained page "Frame.html"

<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http:www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >

<head><title>

</title>

<script type="text/javascript" src="jquery.js"></script>

</head>

<body>

<form name="form1" >

<div>

<input type="submit" name="ctl02" value="Submit form" />

</div>

</form>

</body>

</html>

Attachments (0)
Change History (3)

Changed December 26, 2010 05:37PM UTC by snover comment:1

owner: → pirobox@hotmail.com
status: newpending

Please provide information on specifically what version of IE you are testing with. sIEve does not work correctly with IE7 or IE8 in my experience and will report false positive leaks.

Changed January 01, 2011 11:08PM UTC by rwaldron comment:2

component: unfiledmisc
priority: undecidedlow

Changed January 16, 2011 08:02AM UTC by trac-o-bot comment:3

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!