Search and Top Navigation
#8836 closed bug (fixed)
Opened November 20, 2012 05:18AM UTC
Closed November 26, 2012 09:35PM UTC
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 ?
Attachments (0)
Change History (3)
Changed November 20, 2012 02:05PM UTC by comment:1
status: | new → open |
---|---|
summary: | tab's height problem when heightStyle option is 'fill' → Tabs: Height overflows parent with heightStyle: 'fill' |
Changed November 26, 2012 01:03AM UTC by comment:2
Pull request to fix: https://github.com/jquery/jquery-ui/pull/843