https://bugs.winehq.org/show_bug.cgi?id=40584
Bug ID: 40584 Summary: DLTCEP: wrong window layout, buttons cannot be pressed Product: Wine Version: 1.9.9 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: p1@devopsx.com
Created attachment 54426 --> https://bugs.winehq.org/attachment.cgi?id=54426 how it looks in wine
In a modal window, buttons at the bottom can't be pressed with mouse (presumably due to tabbed control are reaching too far down). But if focused with tab, pressing with enter or space works fine. This is a recurrence of https://bugs.winehq.org/show_bug.cgi?id=8522. I'm not sure if it's ever been fixed.
https://bugs.winehq.org/show_bug.cgi?id=40584
--- Comment #1 from p1@devopsx.com --- Created attachment 54427 --> https://bugs.winehq.org/attachment.cgi?id=54427 how it looks in windows
https://bugs.winehq.org/show_bug.cgi?id=40584
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW URL| |https://sourceforge.net/pro | |jects/gemrb/files/Utilities | |/DLTCEP%207.7/ Keywords| |download
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- Probably a property sheet related bug, using native comctl32 is a workaround.
To reproduce: menu Edit -> Edit Creature, buttons at the bottom are not functional.
After hacking comctl32 property sheet creation/resizing code to add less to the tab's height makes the buttons work.