After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 107312 - UI does not update during Window resizing
UI does not update during Window resizing
Status: RESOLVED DUPLICATE of bug 99540
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.2.x
Other Windows
: Normal normal
: ---
Assigned To: Tor Lillqvist
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-03-01 04:59 UTC by Simon Cooke
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simon Cooke 2003-03-01 04:59:12 UTC
The frame of the Window resizes separately from its controls; the controls 
resize only when the mouse is released.

Repro steps:
1. Bring up Pan.
2. Resize main window.

Result:
Frame is resized; child controls are not.

Expected result:
Layout of child controls updates and is repainted with the frame window.

Possible flaw/solution:
Looks like WM_EXITSIZEMOVE is being used to relayout the controls in the 
window. WM_SIZE should be used to relayout the controls instead. Care 
should be taken to ensure that the layout code will not crash with a main 
window width of zero (which will occur at the end of the window being 
minimized).
Comment 1 Charles Kerr 2003-03-26 19:13:17 UTC
Reassigning to the owner of the gtk win32 component
Comment 2 Owen Taylor 2003-04-28 19:56:25 UTC
Sounds like basically the same problem as bug 99540.

*** This bug has been marked as a duplicate of 99540 ***