Opened 10 years ago
Closed 10 years ago
#8974 closed bug (invalid)
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
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to 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 |
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!
Note: See
TracTickets for help on using
tickets.
I assume you want to set this to
overflow: scroll
? Can you verify and explain why? Thanks.