Ticket #8625 (closed bug: invalid)
$(window).height() within iframe
| Reported by: | juancaaltamirano@… | Owned by: | juancaaltamirano@… |
|---|---|---|---|
| Priority: | high | Milestone: | 1.next |
| Component: | dimensions | Version: | 1.4.1 |
| Keywords: | ie9 | Cc: | |
| Blocking: | Blocked by: |
Description
$(window).height() value in a window is diferent within a iframe with content that overflow iframe size, it happens only in ie9
Change History
comment:1 Changed 2 years ago by dmethvin
- Owner set to juancaaltamirano@…
- Status changed from new to pending
comment:2 Changed 2 years ago by juancaaltamirano@…
- Status changed from pending to new
Here are an example of the problem: http://files.factor.ec/demo/iframe_container.html
if you test it on google chrome it works ok, but at Internet Explorer 9 the box within iframe increase instead of decrease at resize event, it fail in Internet Explorer without compatibility view.
comment:3 Changed 2 years ago by john
- Keywords ie9 added
We're going to report this to the IE 9 team.
comment:5 Changed 2 years ago by john
- Priority changed from undecided to high
- Component changed from unfiled to dimensions
comment:6 Changed 22 months ago by rodrigo@…
I'm facing the same problem, Height reports total height and not only visible height for IE9. For FF,IE8 and others it's perfect.
comment:8 Changed 9 months ago by mikesherov
I can not reproduce this bug. http://jsfiddle.net/57ytD/2/ http://jsfiddle.net/xs3fe/2/
Is it possible that Microsoft actually fixed this in an update to IE9? Unfortunately, the test case from the original bug report is now a 404, which is why we ask for jsfiddle links in the first place.
I'm inclined to resolve as worksforme as I am unable to demonstrate the problem as described with the fiddle provided.
dmethvin, others... thoughts?
comment:9 Changed 9 months ago by mikesherov
- Status changed from open to pending
juancaaltamirano@…, this may be a long shot, but could you kindly provide this test case again, 18 months later? We're unable to reproduce the original problem anymore.
I doubt we'll be able to do much of anything anyway, but it's worth a shot!
comment:10 Changed 8 months 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.

Can you provide a test case in jsFiddle, and include a more complete description of the problem you've observed?