Opened 11 years ago
Closed 11 years ago
#11314 closed Bug (invalid)
hidden first dialog tab
Reported by: | Bill | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I have created a dialog which has 3 tab. I want to hidden first tab when missing some config by "contents: [ {hidden: true". then it should auto active second tab.
however, the problem is, tab is hidden. but first tab's content still show. and the second tab is not active.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Current design for dialog defines tabs and contents inside them. Currently we don't offer exchanging content in single tab.
I'm sorry but this is not a bug as CKEditor API gives you solution here.
solution:
however, it is better impl this: when config hidden first tab, it should hidden the content, and show the second tab?