Opened 10 years ago
Closed 10 years ago
#8685 closed feature (invalid)
Tabs: Get the active panel in tab
Reported by: | Mamen | Owned by: | Mamen |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.tabs | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It would be useful with a method which returns the active (open) tab (if any). I see several possible ways to achieve this. One is to make _getPanelForTab(tab) public. Another way is to make a custom method getActiveTab();
Same thing for the accordion widget.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to Mamen |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Why would you need to do this? This seems like an edge case that should just be handled outside of the plugin.