This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Tabs widget: heightStyle option not behaving as expected #6392
Open
Description
See: http://jsbin.com/ofuhaw/259/edit
- With
data-height-style="auto"
, all panels should be set to the height of the tallest panel (http://api.jqueryui.com/tabs/#option-heightStyle). In fact all panels seem to be set to a very short height, truncating the content. - With
data-height-style="fill"
, panels should "expand to the available height based on the tabs' parent height". I'm not entirely sure what that means, but what actually happens is that the panels seem to have zero height, which doesn't seem right. data-height-style="content"
(the default) works as expected.
Metadata
Metadata
Assignees
Labels
No labels