BUG: Onmouseout Fires for SELECT When Cursor Still in Bounds (254614)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 4.0
- Microsoft Internet Explorer (Programming) 4.01
- Microsoft Internet Explorer (Programming) 4.01 SP1
- Microsoft Internet Explorer (Programming) 4.01 SP2
- Microsoft Internet Explorer (Programming) 5
This article was previously published under Q254614 SYMPTOMS
If you have an event handler set for the onmouseout event of an HTML SELECT element, this handler fires when you bring the cursor to rest inside the SELECT element.
RESOLUTION
Change your event handler to detect whether or not the onmouseout event being fired is accurate or not. You can do this by examining the value of window.event.toElement, which in this circumstance will be Nothing (in VBScript) or null (in JScript).
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCESFor more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:
Modification Type: | Major | Last Reviewed: | 5/11/2006 |
---|
Keywords: | kbBug kbDHTML kbpending KB254614 |
---|
|