Support Article
Screen continuously resizes upon launch of IAC Gadget.
SA-16208
Summary
After IAC Gadget launch, the portal continuously keeps resizing causing the screen to flicke whenever the window is resized to about 70% of the screen area. Height of the iframe changes constantaly when checked in iframe properties using Chrome's debug tools.
Error Messages
Not Applicable
Steps to Reproduce
Launch the IAC portal. Resize the window to around 70% of original size.
Root Cause
Multiple IAC gadgets rendering in the same IFrame. Issue is specific to particular IAC gadget.
Resolution
Acceptance: Local-Change.
As a resolution, added one extra class to "harnessBody" class and then added styles to new particular class.
Code Snippet:
<script>
$("harnessBody").addClass('custom_overflowHidden'); //adding class to harnessBody.
</script>
<style>
.custom_overflowHidden{
overflow:hidden !important
}
</style>
Published January 31, 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.