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
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
Comment