ajaykakkar93 / Qlik-Sense-Dialog-Box

Feature: - Popup/Dialog for Qlik sense - Can add Master viz object - can add html/plain text in textarea - can adjust height of dialod & paragraph - width can also be adjusted
MIT License
2 stars 4 forks source link

Button click to show the dialog causes flicker to parent window #2

Closed denmase closed 3 years ago

denmase commented 4 years ago

Hi,

First of all thank you for the extension, it really helps me out. However, am having issue with flicker of parent window when the button to show the dialog is clicked. I tried to narrow down the culprit, it is because of this line of code in DialogBox.js

210 qlik.resize(this);

When I commented this line out, flicker is gone, but does it have other impact? I'm sorry I'm a newbie to Qlik Sense Extensions so I don't really understand how the extension really works.

Thank you

denmase commented 3 years ago

@ajaykakkar93 any comment on this?

ajaykakkar93 commented 3 years ago

@denmase yes you can do that it will not impact.

denmase commented 3 years ago

Great, thanks for your reply. I'll close the issue.