Switches the tab to the requested one. Unfortunately, bootstrap has a bug and searches the tab content in document,
whereas top.document is our correct context.
Parameters
tabContainerWrapper: HTMLElement
tabIdentifier: string
Returns void
Private switchTabIfNecessary
switchTabIfNecessary(tabContainer: Element): void
Parameters
tabContainer: Element
Returns void
StaticPrivate countVisibleContentElements
countVisibleContentElements(container: Element): number
Switches the tab to the requested one. Unfortunately, bootstrap has a bug and searches the tab content in document, whereas top.document is our correct context.