Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 2 years ago by rwaldron
- Priority changed from undecided to low
- Component changed from unfiled to misc
comment:3 Changed 2 years ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
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!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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.