﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1282	WinMove results in unespected resizing behavior of controls	anonymous	Jpm	"Hi,
I believe I have encountered a problem:

First, I create a window (that is initially hidden),
I use GUICtrlSetResizing($GUI_DOCK{TOP+LEFT+RIGHT+HEIGHT}) for a few controls (mostly Labels),
I use GUICtrlSetResizing($GUI_DOCKBORDERS) for an Edit control,
then I use GUICtrlSetPos() to vertically adjust all controls,
WinMove() to resize the window,
before I @SW_SHOW it.

The problem is this: '''after''' I ''manually'' resize the window with my ''mouse'', the Label-like controls do proper resizing, but the Edit control takes all bad sizes. Like it ""obeyed"" the GUICtrlSetPos() properly. But when I resize the window myself, it seems to shoot back to sizes '''before''' I used the WinMove, both horizontally and vertically.(!)

I attached the script, maybe you guys see the same thing and know where the problem is to begin with. Or how to solve it.

Thanks in advance."	Bug	closed	3.3.7.0	AutoIt	3.3.0.0	None	Fixed		
