Description
Original post & workaround here - http://apache-pivot-users.399431.n3.nabble.com/Frame-resizing-bug-tp3568279p3568279.html
Setting a Frame's 'resizable' style to 'false' only hides the resize handle graphic and does not prevent the Frame from being resized.
org.apache.pivot.wtk.skin.terra.TerraFrameSkin.mouseDown(Component, Button, int, int)
should only set 'resizeOffset' if 'resizable == true' or 'resizeHandle.isVisible() == true'
(Only one of the above checks should be required)