I have problem when trying to get the uiautomation information from a ToolStrip.
I have created a simple example in VisualStudio 2008. It is a WinForms application with only one Form.
That form only contains a ToolStrip. I get the correct uiautomation information for the toolstrip as long as it does not contain ToolStripTextBox or ToolStripComboBox items. All items to the left of the first ToolStripTextBox/ToolStripComboBox is automated correct but from items of TextBox or ComboBox types the information is currupt. Most items to the right of the first TextBox/ComboBox are not even visisible in the uinformation.
What is wrong with those two components?
I get the same result in different UIVerify tools as well as when using the White framework.
I have tested both on Windows XP and Windows 7.
I attach a link to a thread in the White forum on Codeplex where I have asked the same question without getting any answer that solves my problem: http://white.codeplex.com/Thread/View.aspx?ThreadId=231270&ANCHOR#Post516883
/Erik