mikelevins / xmlisp

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

application window initialization bug: many examples only work after resizing window at least once #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Create window with resizable content. Content of window looked as if it is 
clipped, e.g., button 
should fill out window. After resizing it will. In some examples, e.g., OpenGL 
example 2, the layout 
is wrong as well before resizing window.

What is the expected output? What do you see instead?

e.g., resizable button and window example. See "Bad resize"

Original issue reported on code.google.com by alex.rep...@gmail.com on 9 Dec 2009 at 10:35

Attachments:

GoogleCodeExporter commented 9 years ago
Gail: This is somehow the result of the two-stage layout algorithm XMLisp uses, 
but we don't yet fully understand 
which aspect of it is causing the problem in Cocotron.  We've mentioned it to 
the Cocotron people (in issue 366) 
but they probably can't do much without a more direct test case.  Gary is 
looking into it.

Original comment by alex.rep...@gmail.com on 9 Dec 2009 at 10:35

GoogleCodeExporter commented 9 years ago
I believe this bug has been fixed for some time now in Cocotron.  (It was a 
Cocotron bug.)

Original comment by palter@clozure.com on 31 Dec 2009 at 8:46