Bug Tracker

Opened 12 years ago

Closed 12 years ago

#7790 closed bug (invalid)

Leak in frame

Reported by: pirobox@… Owned by: pirobox@…
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>

Change History (3)

comment:1 Changed 12 years ago by snover

Owner: set to pirobox@…
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.

comment:2 Changed 12 years ago by Rick Waldron

Component: unfiledmisc
Priority: undecidedlow

comment:3 Changed 12 years ago by trac-o-bot

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!

Note: See TracTickets for help on using tickets.