http://bugs.winehq.org/show_bug.cgi?id=4960
juris.smotrovs@sets.lv changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #2173 is|0 |1 obsolete| |
------- Additional Comments From juris.smotrovs@sets.lv 2006-03-05 07:00 ------- Created an attachment (id=2386) --> (http://bugs.winehq.org/attachment.cgi?id=2386&action=view) An improved patch solving the problem
The previous patch enabled SetWindowPos() for all windows with invisible parent. Examining wine message tests in Windows and Linux showed that actually, window position changing messages *are not* sent for "plain" children with invisible parents, but *are* sent for MDI children with invisible parents.
I corrected the patch correspondingly. Now it does not cause wine tests to fail, and together with additional corrections (see patch for Wine Bug 4964) makes 1 existing test to succeed, and considerably improves behaviour on wine testcase 2339 attached here.