Search and Top Navigation
#8972 closed bug (invalid)
Opened January 17, 2013 07:08AM UTC
Closed February 01, 2013 08:58AM UTC
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 );
});
Attachments (0)
Change History (2)
Changed January 17, 2013 04:09PM UTC by comment:1
owner: | → deng.hui5 |
---|---|
status: | new → pending |
Changed February 01, 2013 08:58AM UTC by comment:2
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/.