Microsoft KB Archive/931306

From BetaArchive Wiki

Article ID: 931306

Article Last Modified on 11/15/2007



APPLIES TO

  • Microsoft Internet Explorer (Programming), when used with:
    • Microsoft Internet Explorer 6.0



SYMPTOMS

The AutoComplete box in an iframe object may not appear in the correct location in Microsoft Internet Explorer 6. Additionally, you cannot resolve this problem by applying hotfix 920681.

CAUSE

This problem occurs because of behavior that occurs if the iframe object has a relative position style. In this case, Internet Explorer does not include the offset of the iframe object correctly when Internet Explorer calculates the position of the AutoComplete box.

RESOLUTION

Hotfix information

A supported hotfix is now available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next service pack that contains this hotfix.

To resolve this problem, submit a request to Microsoft Online Customer Services to obtain the hotfix. To submit an online request to obtain the hotfix, visit the following Microsoft Web site:

Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. To create a separate service request, visit the following Microsoft Web site:

Prerequisites

You must have Microsoft Windows XP Service Pack 2 (SP2) or Microsoft Windows Server 2003 Service Pack 1 (SP1) installed to apply this hotfix.

Restart requirement

You must restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix replaces the hotfix that is described in Microsoft Knowledge Base article 920681.

File information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.

Windows Server 2003 with Service Pack 1 (SP1), x86-based versions
File name File version File size Date Time Platform SP requirement Service branch
Mshtml.dll 6.0.3790.2902 3,158,016 21-Mar-2007 04:38 x86 SP1 SP1QFE
Mshtml.dll 6.0.3790.4043 3,132,416 21-Mar-2007 05:03 x86 SP2 SP2QFE
Windows Server 2003, x64-based versions
File name File version File size Date Time Platform SP requirement Service branch
Mshtml.dll 6.0.3790.2902 6,001,152 21-Mar-2007 08:13 x64 SP1 SP1QFE
Wmshtml.dll 6.0.3790.2902 3,158,016 21-Mar-2007 08:13 x86 SP1 WOW
Mshtml.dll 6.0.3790.4043 5,999,616 21-Mar-2007 08:19 x64 SP2 SP2QFE
Wmshtml.dll 6.0.3790.4043 3,132,416 21-Mar-2007 08:19 x86 SP2 WOW


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

Steps to reproduce the problem

  1. Add the following code example to a text file, and then save the file as Top.htm.

    <HTML>
    <BODY>
    <DIV style="POSITION: relative;">
            <IFRAME src="TabFrame2.htm"></IFRAME>
    </DIV>
    </BODY>
    </HTML>
  2. Add the following code example to a text file, and then save the file as Tabframe2.htm.

    <HTML>
    <BODY>
    <FORM>
    <INPUT  name=txtDisplayName>
    </FORM>
    </BODY>
    </HTML>
  3. Save Top.htm and Tabframe2.htm to a Web server.
  4. Open Top.htm, type hello in the text box, and then press ENTER.
  5. Type h in the text box.

The AutoComplete box does not appear in the correct location.

Keywords: kbhotfixserver kbwinserv2003postsp2fix kbqfe kbfix kbbug kbpubtypekc KB931306