Hi
We have a radwindow within a variable width site, we open the RadWindow as follows:
var oWindow = window.radopen(url, null);
And then set the width & height:
oWindow.setSize(width, height);
When the above runs it adds an inline width attribute to the RadWindowWrapper element with a width of 15016px so the window is stupidly large.
This only happens in the latest version of Google Chrome which was released on 21st Feb 2013.
I could do with a fix for this asap as the RadWindow has been used throughout our site and is currently unusable in Chrome.
We have a radwindow within a variable width site, we open the RadWindow as follows:
var oWindow = window.radopen(url, null);
And then set the width & height:
oWindow.setSize(width, height);
When the above runs it adds an inline width attribute to the RadWindowWrapper element with a width of 15016px so the window is stupidly large.
This only happens in the latest version of Google Chrome which was released on 21st Feb 2013.
I could do with a fix for this asap as the RadWindow has been used throughout our site and is currently unusable in Chrome.