Opened 10 years ago
Closed 10 years ago
#8972 closed bug (invalid)
tabs panel height (with style 'fill') is not correct if its parent style are display='-webkit-flex' and =webkit-flex-direction='row' or 'row-reverse'
Reported by: | deng.hui5 | Owned by: | deng.hui5 |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tabs | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
the impacted codes are in _setupHeightStyle around:
this.element.siblings( ":visible" ).each(function() {
var elem = $( this ),
position = elem.css( "position" );
if ( position === "absolute" position === "fixed") { return;
} maxHeight -= elem.outerHeight( true );
});
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to deng.hui5 |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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!
Hi deng.hui5,
Thanks for taking the time to contribute to the jQuery UI project. In order to look into these issues we're going to need a test case showing that this. You can use this as a boilerplate to get started - http://jsfiddle.net/tj_vantoll/ZjgbK/.