FIX: The LostFocus event is raised before the GotFocus event when you press the TAB key to change the focus to a ComboBox control in the .NET Framework 1.0 (813031)
The information in this article applies to:
- Microsoft .NET Framework 1.0 SP2
- Microsoft .NET Framework 1.0 SP1
- Microsoft .NET Framework 1.0
SYMPTOMSWhen you press the TAB key to change the focus to a ComboBox control, the LostFocus event of the ComboBox control is raised before the GotFocus event. This behavior occurs when the DropDownStyle property of the ComboBox control is set to Simple or to DropDown.
Note This problem also occurs when you change the focus to a form that contains the ComboBox control.CAUSEA ComboBox control that has the DropDownStyle property set to Simple or to DropDown has an inner Edit control. When you change the focus to the ComboBox control by using the TAB key, the focus is set to the ComboBox control, and then the focus is set to the inner Edit control. The LostFocus event is raised when the focus is set to the inner Edit control.RESOLUTIONTo resolve this problem, obtain the latest service pack for the Microsoft .NET Framework 1.0. To download the latest service pack, visit the following Microsoft Web site:
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in the Microsoft .NET Framework 1.0 Service Pack 3.REFERENCESFor more information about ComboBox events, visit the following Microsoft Developer Network (MSDN) Web site: For more information about the DropDownStyle property, visit the following MSDN Web site: For additional information, click the following article number To view the article In the Microsoft Knowledge Base: 824684 Description of the standard terminology that Is used To describe Microsoft software updates
Modification Type: | Major | Last Reviewed: | 8/31/2004 |
---|
Keywords: | kbControl kbNetFrame100preSP3fix kbComboBox kbQFE kbfix kbbug KB813031 kbAudDeveloper |
---|
|