﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1024	GUICtrlSetTip for tabitems sets incorrectly in certain situations	Lazycat	Jon	"For example, we have a tab with three tabitems. Setting single tips to second and following tabitems have strange behaviour.
{{{
$Form1 = GUICreate(""Form1"", 633, 454, 192, 114)
$Tab1 = GUICtrlCreateTab(184, 152, 289, 193)
GUICtrlSetTip(-1, ""Tab Tip"")
$TabItem1 = GUICtrlCreateTabItem(""TabItem 1"")
;GUICtrlSetTip(-1, ""TabItem 1 Tip"")
$TabItem2 = GUICtrlCreateTabItem(""TabItem 2"")
;GUICtrlSetTip(-1, ""TabItem 2 Tip"")
$TabItem3 = GUICtrlCreateTabItem(""TabItem 3"")
GUICtrlSetTip(-1, ""TabItem 3 Tip"")
GUICtrlCreateTabItem("""")
}}}
1. If you set single tip to only first tabitem - all ok, only first tabitem have a tip.
2. If you set single tip to second or third tabitem, then all previous tabitems have the same tip (this wrong, code above show this).
3. But if you set first and third tabs, then second tab have not tip, as expected.

So, problem appear only when first tabitem have not tip set. 

Also, when single tip is set to any tabitem, global tab tip not showing anymore on other tabs. Maybe this by design, though."	Bug	closed	3.3.9.16	AutoIt	3.3.1.1	None	Fixed		
