Focus events incorrectly fire when you click the scroll bar in DIV in IFRAME (818505)
The information in this article applies to:
- Microsoft Internet Explorer 6.0
- Microsoft Internet Explorer 6.0 SP1
SYMPTOMSWhen all the following conditions are true, and the user clicks the scroll bar in the DIV element while focus is on the text box, the onblur and onbeforedeactivate events for the text box fire, and the onfocus event for the DIV element fires, but the pointer still stays on the text box: - An HTML page contains an IFRAME element.
- The IFRAME element contains a DIV element that has a scroll bar.
- The HTML page also contains a text box.
CAUSEThere is a bug in the event handling mechanism in Microsoft Internet Explorer that causes these events to fire when they should not.WORKAROUNDTo work around this problem, use one of the following methods: - Do not rely on these events.
- Do not make the scroll bar available if the focus is not in the IFRAME element. For an example of how to do this, see the "More Information" section.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Minor | Last Reviewed: | 11/1/2005 |
---|
Keywords: | kbHotfixServer kbQFE kbIE600sp2fix kbIE600preSP2fix kbfix kbbug KB818505 kbAudDeveloper |
---|
|