Setting a Frame's 'resizable' style to 'false' does not prevent the Frame from
being resized
--------------------------------------------------------------------------------------------
Key: PIVOT-826
URL: https://issues.apache.org/jira/browse/PIVOT-826
Project: Pivot
Issue Type: Bug
Components: wtk-terra
Affects Versions: 2.0
Environment: n/a
Reporter: Chris Bartlett
Priority: Minor
Fix For: 2.0.2
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)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira