Announcement

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

    Regression with Window.setKeepInParentRect(true) and recent nightlies

    SGWT Nightly as of 2011-10-09
    Browsers: FF 6.01 (Dev and deployment), Chrome 14.0.835.202

    Problem description:
    If setKeepInParentRect(true) is set on a window and that window is top left of its parent canvas, the top left corner is positioned outside of the parent canvas, if the window size is altered via mouse.
    This did not happen with the nightlies as of 2011-09-12.

    Showcase example: com.smartgwt.sample.showcase.client.windows.WindowDraggingSample
    add the line
    window.setKeepInParentRect(true);
    Run and resize the window.

    Regards,
    fazopilot

    #2
    We're not reproducing this (tested on the latest October 18 2011) nightly build from the 3.0 branch.
    If you are still seeing this on the latest nightly, please verify which build (including whether you're looking at the 2.5 or 3.0 branch), and be sure to describe exactly how you resized and repositioned the window to make it extend beyond its container.

    Thanks
    Isomorphic Software

    Comment


      #3
      Hi,

      yes, this only seems to affect the 2.5 series (but still the most recent one). In 3.0 it is gone.

      Regards,

      Comment

      Working...
      X