Opened 14 years ago
Closed 14 years ago
#3875 closed bug (fixed)
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.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | ui.tabs.patch.txt added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Owner: | set to klaus.hartl |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
[1756]