Opened 9 years ago
Last modified 9 years ago
#7739 closed bug
Regression slide breaks position:relative for IE — at Initial Version
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | effects | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Occurs in IE6, IE7, and IE8 with jQuery versions 1.4.4, and 1.4.3.
Situation: You want to expand a block of content, that has css-positioned elements. In current jQuery after expansion IE does not correctly assign layout to the block.
In previous versions of jQuery, the expanded block was left at display:block, and jQuery acted well.
Bug occurring in Version 1.4.4 w/ IE. http://robcolburn.com/temp/jquerybug/bug.htm
Bug not occurring in Version 1.4.2 w/ IE. http://robcolburn.com/temp/jquerybug/before.htm
My quick patch for compatibly. http://robcolburn.com/temp/jquerybug/fixed.htm