Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#8026 closed bug (fixed)

minHeight support test affects page layout in IE 9

Reported by: chrissmithet Owned by:
Priority: minor Milestone: 1.8.18
Component: ui.core Version: 1.8.17
Keywords: Cc:
Blocked by: Blocking:

Description

I am trying to apply this sticky footer pattern to my template: http://ryanfait.com/sticky-footer/

But in Internet Explorer 9, I am seeing a scroll bar, and if I scroll down lots of white space appearing below the footer.

Jquery and jquery-ui libraries are merely included in the head, no other java script loads that could call them.

The problem still manifests, until I remove jquery-ui from the head. Then the page renders ok.

Here are some live examples:

http://tcusers.com/examples/34456284736/with-jquery-ui.htm http://tcusers.com/examples/34456284736/without-jquery-ui.htm

I sent a pull request that used browser sniffing to fix this problem:

https://github.com/jquery/jquery-ui/pull/575

But that was rejected.

Change History (5)

comment:2 Changed 11 years ago by Scott González

Summary: Breaks sticky footer in IE9minHeight support test affects page layout in IE 9

This is actually not related to sticky footer. Here's an actually reduced test case: http://jsfiddle.net/7D5q5/show

comment:3 Changed 11 years ago by Scott González

Resolution: fixed
Status: newclosed

Core: Access offsetHeight on div for support tests to avoid a layout bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.

Changeset: 956c2cd2a5a44d40a9b2fb0a8c05f765fa302c92

comment:4 Changed 11 years ago by Scott González

Core: Access offsetHeight on div for support tests to avoid a layout bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9. (cherry picked from commit 956c2cd2a5a44d40a9b2fb0a8c05f765fa302c92)

Changeset: 9e4455f52d721f2efd4c91037bcd3daf24635599

comment:5 Changed 11 years ago by Scott González

Milestone: 1.91.8.18
Note: See TracTickets for help on using tickets.