Support Article
Multiple tabs do not render in FireFox 6
SA-81803
Summary
In the Pega portal, multiple tabs do not open simultaneously in FireFox 6 Citrix environment.
However, the same works in FireFox 4 environment.
Error Messages
Not Applicable
Steps to Reproduce
- Launch the Case Manager portal.
- Open any case.
Root Cause
An issue in the custom application Skin code.
Resolution
Perform the following local-change:
Add the below code in the UserWorkForm:
<style>
.ff .contents-wrapper > .contents {
position: relative !important;
}
</style>
Published August 15, 2019 - 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.