I'd like to ask about how the viewport size is calculated in extjs6? we're migrating from Ext 4 to ext 6 and im new to the extjs. My problem are the followings. I have a login panel which loads, when the first time loads it calculates the following values:
height: 1060px
width: 20019px;
position: relative;
left: 0px;
top: -426px;
When I load it in second time the following values are calculated:
height: 618px;
width: 1350px;
z-index: 18996;
left: 0px;
top: 0px;
What could cause this insane with (20019px) when i first load the page? The login panel is extended from Ext.window.Window