Modify ↓
Ticket #12869 (closed bug: fixed)
Support tests affect page layout in IE8/9/10 running in IE7 mode
| Reported by: | scott.gonzalez | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | high | Milestone: | 1.9 |
| Component: | support | Version: | 1.7 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I'm not 100% sure what's happening, but it looks like the body's height collapses. This was introduced in 93750ce.
test case: http://dev-test.code.dev/bugs/jquery/layout-change-on-load.html
The yellow bar on the left should have 100% height.
Change History
comment:2 Changed 7 months ago by timmywil
- Owner set to scott.gonzalez
- Priority changed from undecided to high
- Status changed from new to assigned
- Component changed from unfiled to support
- Milestone changed from None to 1.9
comment:3 Changed 6 months ago by Scott González
- Status changed from assigned to closed
- Resolution set to fixed
Fix #12869. Zoom the body after support tests; avoids layout changes in IE8/9/10 in IE7 mode. Close gh-1025.
Changeset: 84629a9b876f6969777b43f3229b62b43bb624d2
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

https://github.com/jquery/jquery/pull/1025