Hi,
I recently updated to the latest ISC v8 framework nightly build (11/27) to fix some other issue I had ...
I noticed the latest build has a window resizeBy() problem in FireFox when autoCenter == true, which prevents
the window from being closeable using the [x] icon.
To reproduce, from the ISC Feature Explorer, in the Basics/Components/Resize, type the following:
Start the example and click the Expand button.
You are no longer able to close the window using the [x] icon in FireFox. All of this works fine under IE.
This used to work with the previous ISC v8 build we used, which dates back from July 7th.
Can someone acknowledge this to be an issue and/or suggest a workaround.
Kind regards,
I recently updated to the latest ISC v8 framework nightly build (11/27) to fix some other issue I had ...
I noticed the latest build has a window resizeBy() problem in FireFox when autoCenter == true, which prevents
the window from being closeable using the [x] icon.
To reproduce, from the ISC Feature Explorer, in the Basics/Components/Resize, type the following:
Code:
isc.Window.create({ ID:"ajaxDefinition", width:150, height:150, autoCenter:true, items:[ isc.IButton.create({ title:"Expand", click:"ajaxDefinition.resizeBy(250,250);" })] })
You are no longer able to close the window using the [x] icon in FireFox. All of this works fine under IE.
This used to work with the previous ISC v8 build we used, which dates back from July 7th.
Can someone acknowledge this to be an issue and/or suggest a workaround.
Kind regards,
Comment