Search and Top Navigation
#3875 closed bug (fixed)
Opened January 20, 2009 03:00AM UTC
Closed January 22, 2009 09:54PM UTC
Adding existing div as a new panel should have ui-tabs-hide class
Reported by: | Dave | Owned by: | klaus.hartl |
---|---|---|---|
Priority: | major | Milestone: | 1.7 |
Component: | ui.tabs | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I generate HTML to add as the contents of a new tab. When the add function is called, the new tab is created but the div is displayed on the page. In ui.tabs.js function add, if the panel doesn't exist it is created from a template and the o.hideClass is added to it. This doesn't occur if the panel already exists. This is probably incorrect and the library should be modified to add o.hideClass regardless of whether or not the panel exists.