mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Accordion: Reset height prior to calculations on refresh.
This commit is contained in:
parent
3f56f8dfc6
commit
1e291c92cd
2
ui/jquery.ui.accordion.js
vendored
2
ui/jquery.ui.accordion.js
vendored
@ -236,6 +236,8 @@ $.widget( "ui.accordion", {
|
||||
maxHeight,
|
||||
overflow;
|
||||
|
||||
this.element.css( "height", this.originalHeight );
|
||||
|
||||
if ( heightStyle === "fill" ) {
|
||||
// IE 6 treats height like minHeight, so we need to turn off overflow
|
||||
// in order to get a reliable height
|
||||
|
Loading…
Reference in New Issue
Block a user