http://bugs.winehq.org/show_bug.cgi?id=10224
Summary: Property Sheet Buttons are not repositioned when sheet is resized Product: Wine Version: CVS/GIT Platform: Other URL: http://www.pulsen.se/ OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: peter@cendio.se
This bug was initially reported on the wine-devel mailing list, using subject "Misplaced Property Sheet buttons". When using the "Magna Cura" application, but buttons on property sheets are not properly placed. The screenshot http://www.cendio.com/~astrand/wine/62-tab-size/unpatched.png demonstrates the problem: The buttons are only partially visible. It turns out that the parent window for the Buttons changes size several times. The height is:
228 95 466 436 450
The PROPSHEET_AdjustButtons function, however, is only called in WM_INITDIALOG, so the buttons are positioned based on the height 466, and never repositioned.
http://bugs.winehq.org/show_bug.cgi?id=10224
--- Comment #1 from Peter Åstrand peter@cendio.se 2007-10-29 04:35:57 --- Created an attachment (id=8842) --> (http://bugs.winehq.org/attachment.cgi?id=8842) Patch which solves problem at least in Magna Cura
http://bugs.winehq.org/show_bug.cgi?id=10224
--- Comment #2 from Lei Zhang thestig@google.com 2007-10-29 12:37:37 --- Please add a conformance test [1] to dlls/comctl32/tests/propsheet.c to do something like the following:
1. create a propsheet with some buttons 2. resize it 3. look up the position of the buttons
then check to see if the behavior with your patch matches the behavior on Windows.
[1] http://www.winehq.org/site/docs/winedev-guide/testing
http://bugs.winehq.org/show_bug.cgi?id=10224
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #3 from Austin English austinenglish@gmail.com 2008-06-16 15:56:57 --- Is this still an issue in current (1.0-rc5 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=10224
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #4 from Austin English austinenglish@gmail.com 2008-12-15 14:03:35 --- Abandoned.
http://bugs.winehq.org/show_bug.cgi?id=10224
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2008-12-15 14:04:43 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=10224
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified