Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FIX: The AutoComplete box in an iframe object may not appear in the correct location in Internet Explorer 6


Symptoms

The AutoComplete box in an iframe object may not appear in the correct location in Microsoft Internet Explorer 6.

↑ Back to the top


Cause

In some cases, this problem occurs because the window.screenTop property value is calculated incorrectly. In other case, if the iframe object has a relative position style, the offset of the iframe object is incorrect when it is used to calculate the position of the AutoComplete box.

↑ Back to the top


Resolution

Windows XP

Hotfix information

A supported hotfix is 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 software update that contains this hotfix.

If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.

Note If additional issues occur or if 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. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.
Prerequisites
You must have Microsoft Windows XP Service Pack 2 (SP2) 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.

Registry information

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

After you apply this hotfix, you must add and configure a registry value. To do this, follow these steps:
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl
  3. On the Edit menu, point to New, and then click Key.
  4. Type FEATURE_SKIP_ROW_IN_OFFSET_HEIGHT_CALCULATION_KB920681, and then press ENTER.

    Note that the registry key name does not match the current article number. The original version of this fix was released in hot fix 920681. The fix was then revised in this Microsoft Knowledge Base article, and the original article was removed.
  5. On the Edit menu, point to New, and then click DWORD Value.
  6. Type iexplore.exe, and then press ENTER.
  7. Right-click iexplore.exe, and then click Modify.
  8. Type 1, and then click OK.
  9. Exit Registry Editor.
  10. Restart Internet Explorer.
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 XP with Service Pack 2 (SP2), x86-based versions
File nameFile versionFile sizeDateTimePlatform
Mshtml.dll6.0.2900.30093,060,73605-Oct-200612:30x86

Windows Server 2003

Service pack information

To resolve this problem, obtain the latest service pack for Windows Server 2003. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
889100 How to obtain the latest service pack for Windows Server 2003

Hotfix information

To resolve this problem in Microsoft Windows Server 2003, apply the hotfix that is described in the following Microsoft Knowledge Base (KB) article:
931306 FIX: The AutoComplete box in an iframe object may not appear in the correct location in Internet Explorer 6

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in Microsoft Internet Explorer 6. This problem was first corrected in Windows Server 2003 Service Pack 2.

↑ Back to the top


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.

↑ Back to the top


Keywords: KB926047, kbbug, kbfix, kbqfe, kbhotfixserver, kbwinserv2003sp2fix, kbautohotfix

↑ Back to the top

Article Info
Article ID : 926047
Revision : 6
Created on : 11/5/2011
Published on : 11/5/2011
Exists online : False
Views : 96