> W dniu 2011-12-08 16:44, Chris Bartlett pisze: > On Dec 8, 2011 1:46 AM, "Piotr Kołaczkowski" <[email protected]> > wrote: >> >> When I set Frame property resizable="false" - the resize handle in the >> right-bottom corner is not visible, but I can still resize the window, by >> clicking at the right bottom corner of the window. >> How to make it non-resizable totally? > > I haven't noticed this behaviour before, but will try to confirm when back > at my dev machine.
I can confirm that this does happen with trunk and looks to be a simple bug where the value of the 'resizable' style is not being checked in org.apache.pivot.wtk.skin.terra.TerraFrameSkin.mouseDown(Component, Button, int, int) before setting the 'resizeOffset' I'll add a JIRA ticket shortly.
