Support Article
Tab in Launch portal not rendered or displayed in Chrome
SA-12337
Summary
The work pane of composite portal is a tab group with a tab as Dynamic Container.
A button is configured on the first tab to refresh the section when clicked.
When the refresh button is clicked, after opening other tabs and then switching back to the first tab, the first tab is not rendered sometimes.
The button does not display properly during few instances. This issue arises when worked in Chrome browser.
Error Messages
Not Applicable.
Steps to Reproduce
1. Configure a refresh button on the first tab.
2. Open other tabs.
3. Navigate back to the first tab, and click the refresh button.
Root Cause
The re-flow issue is the root cause.
Resolution
Perform the local-change given below.
Include the styling in UserWorkForm or Harness styles.
<style>
.wk .screen-layout-header_left > .dc-screen-layout-region-main-middle-tab.dc-main_dynamic_tabs-tabs {
bottom: 0px !important;
}
.wk .with-fixed-header > .tabContent{
position:relative;
}
</style>
Published January 6, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.