Anatoly Lyutin vostok@etersoft.ru writes:
Uses SWP_NOZORDER according with Dmitry's comment.
Changelog: Fix creating MDI child window according with test.
It doesn't work:
msg.c:3065: Test failed: Create visible MDI child window: the msg sequence is not complete: expected 0000 - actual 0046 msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg 0x0047 was expected, but got msg 0x0046 instead msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg 0x0005 was expected, but got msg 0x0083 instead msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg 0x0046 was expected, but got msg 0x0047 instead msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg 0x0083 was expected, but got msg 0x0047 instead msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg 0x0047 was expected, but got msg 0x0005 instead msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg sequence is not complete: expected 0000 - actual 0046 msg.c:3345: Test failed: ShowWindow(SW_MAXIMIZE):invisible maximized MDI child: the msg 0x0047 was expected, but got msg 0x0046 instead msg.c:3345: Test failed: ShowWindow(SW_MAXIMIZE):invisible maximized MDI child: the msg sequence is not complete: expected 0000 - actual 0083 msg.c:3484: Test failed: Create MDI child window with invisible parent: the msg sequence is not complete: expected 0000 - actual 0046
Alexandre Julliard wrote:
It doesn't work:
msg.c:3065: Test failed: Create visible MDI child window: the msg sequence is not complete: expected 0000 - actual 0046 msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg 0x0047 was expected, but got msg 0x0046 instead msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg 0x0005 was expected, but got msg 0x0083 instead msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg 0x0046 was expected, but got msg 0x0047 instead msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg 0x0083 was expected, but got msg 0x0047 instead msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg 0x0047 was expected, but got msg 0x0005 instead msg.c:3120: Test failed: ShowWindow(SW_MAXIMIZE):invisible MDI child: the msg sequence is not complete: expected 0000 - actual 0046 msg.c:3345: Test failed: ShowWindow(SW_MAXIMIZE):invisible maximized MDI child: the msg 0x0047 was expected, but got msg 0x0046 instead msg.c:3345: Test failed: ShowWindow(SW_MAXIMIZE):invisible maximized MDI child: the msg sequence is not complete: expected 0000 - actual 0083 msg.c:3484: Test failed: Create MDI child window with invisible parent: the msg sequence is not complete: expected 0000 - actual 0046
I muff this regression, thank you. I sent a new version of this patch.