Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    FireFox Resize/AutoCenter issue

    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:

    Code:
    isc.Window.create({
        ID:"ajaxDefinition",
        width:150,
        height:150,
        autoCenter:true,
        items:[
          isc.IButton.create({
          title:"Expand",
          click:"ajaxDefinition.resizeBy(250,250);"
        })]
    })
    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,

    #2
    Verified this is a (newly introduced) bug, and fixed in mainline code.
    Please try the next nightly build and let us know if you continue to have problems

    Comment


      #3
      Thanks for this fix. It now seems to be working properly.

      Sorry for the late confirmation.

      Regards,

      Comment

      Working...
      X