Opened 10 years ago
Closed 10 years ago
#8836 closed bug (fixed)
Tabs: Height overflows parent with heightStyle: 'fill'
Reported by: | bdh92123 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.tabs | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://jsfiddle.net/bdh92123/pr7VF/
When heightStyle option is 'fill', tab's height is over than parent div's height. so, if parent div has 'overflow:hidden', tab's content and tab's border in bottom are invisible. When heightStyle option is 'fill', I think, inner tab's outerHeight should be equals with parent's innerHeight. Is it bug ?
Change History (3)
comment:1 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | tab's height problem when heightStyle option is 'fill' → Tabs: Height overflows parent with heightStyle: 'fill' |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Tabs: Calculate border and padding on tabs container. Fixed #8836: Height overflows parent with heightStyle: 'fill'.
Changeset: 6121683d807b2da56cf6cde3240d5926421b280b
Note: See
TracTickets for help on using
tickets.
Pull request to fix: https://github.com/jquery/jquery-ui/pull/843