[ http://issues.apache.org/jira/browse/HARMONY-2915?page=all ]
Alexey A. Ivanov updated HARMONY-2915:
--------------------------------------
Attachment: HTest2915.java
The application which demonstrates the problem.
Start the application and then start to decrease window height with your mouse. The button
height will also decrease. When the window border reaches the lower button border, the button
will move down from the top of the window.
The expected behavior of button (imposed layout) would be to stick to the top and to not change
its vertical location.
> [classlib][swing] j.s.text.BoxView incorrectly layouts where its child views are resizable
> ------------------------------------------------------------------------------------------
>
> Key: HARMONY-2915
> URL: http://issues.apache.org/jira/browse/HARMONY-2915
> Project: Harmony
> Issue Type: Bug
> Components: Classlib
> Reporter: Alexey A. Ivanov
> Attachments: HTest2915.java
>
>
> If one puts a resizable view into a javax.swing.ParagraphView row, the view will be layout
incorrectly where there's not enough of space to display the view reduces lower than its preferred
span.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|