Skip to main content

Search and Top Navigation

#8974 closed bug (invalid)

Opened January 17, 2013 08:22AM UTC

Closed February 01, 2013 08:58AM UTC

Tabs: panel overflow is hard coded to auto for heightStyle: fill

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
			this.panels.each(function() {
				$( this ).height( Math.max( 0, maxHeight -
					$( this ).innerHeight() + $( this ).height() ) );
			})
			.css( "overflow", "auto" );

final line cause there is no way to customize overflow, suggest put this line into css file

Attachments (0)
Change History (2)

Changed January 17, 2013 12:25PM UTC by scottgonzalez comment:1

owner: → deng.hui5
status: newpending
summary: tabls panel overflow is hard coded in _setupHeightStyleTabs: panel overflow is hard coded to auto for heightStyle: fill

I assume you want to set this to overflow: scroll? Can you verify and explain why? Thanks.

Changed February 01, 2013 08:58AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

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!