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 comment:1
owner: | → deng.hui5 |
---|---|
status: | new → pending |
summary: | tabls panel overflow is hard coded in _setupHeightStyle → Tabs: panel overflow is hard coded to auto for heightStyle: fill |
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!
I assume you want to set this to
overflow: scroll
? Can you verify and explain why? Thanks.