Skip to content
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
@globalmatt

Description

@globalmatt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions