Letractively / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

resizing windows below required content size possible #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. resize window to minimum

What is the expected output? What do you see instead?
1. content will be shown outside window
2. window position might change

Original issue reported on code.google.com by Lars.Grammel on 29 Sep 2010 at 3:24

GoogleCodeExporter commented 8 years ago
The basic behavior is implemented and partially tested. Major parts of the code 
need still to be tested and refactored. The window content classes (e.g. 
dialogpanel and defaultview) still need improved implementations of 
setPixelSize - maybe setSize should be used instead (which would be a new 
method - optionally supplied in interface).

Original comment by Lars.Grammel on 30 Sep 2010 at 1:24

GoogleCodeExporter commented 8 years ago
Calling setPixelSize on the content again when the real size diverged from the 
attempted size fixed the layouting problem for DefaultView. The issue still 
exists for the DialogPane.

Original comment by Lars.Grammel on 30 Sep 2010 at 5:21

GoogleCodeExporter commented 8 years ago

Original comment by Lars.Grammel on 30 Sep 2010 at 6:40