Shaking layout on all browsers
I'm also seeing this issue without any browser zooming on IE9, IE10, FF (multiple versions) and Chrome. It's not constantly reproducible but I find it's happening more often on FF when Firebug pane is enabled and shown at the bottom of the browser. It looks like the starting browser window size has something to do with it.
I was just able to reproduce it using your example with the latest Chrome (without browser zooming): http://www.smartclient.com/docs/9.0/a/system/reference/SmartClient_Explorer.html#autofitValues
It's also reproducible with at least the following versions of Smartclient Pro:
SmartClient_v83p_2013-08-08_Pro
SmartClient_v83p_2014-02-01_Pro
In my code I have HLayout containing VLayout with a Tabset, and a Section with 1 DetailViewer.
This issue doesn't happen often but when it does it makes UI completely unusable.
There is no overflow property explicitly set.
thanks.
I'm also seeing this issue without any browser zooming on IE9, IE10, FF (multiple versions) and Chrome. It's not constantly reproducible but I find it's happening more often on FF when Firebug pane is enabled and shown at the bottom of the browser. It looks like the starting browser window size has something to do with it.
I was just able to reproduce it using your example with the latest Chrome (without browser zooming): http://www.smartclient.com/docs/9.0/a/system/reference/SmartClient_Explorer.html#autofitValues
It's also reproducible with at least the following versions of Smartclient Pro:
SmartClient_v83p_2013-08-08_Pro
SmartClient_v83p_2014-02-01_Pro
In my code I have HLayout containing VLayout with a Tabset, and a Section with 1 DetailViewer.
This issue doesn't happen often but when it does it makes UI completely unusable.
There is no overflow property explicitly set.
thanks.
Comment