Microsoft KB Archive/328787

From BetaArchive Wiki

Article ID: 328787

Article Last Modified on 11/15/2007



APPLIES TO

  • Microsoft Internet Explorer (Programming) 5.5 SP2
  • Microsoft Internet Explorer (Programming) 6 (SP1)



This article was previously published under Q328787


SYMPTOMS

When you view a page that contains DHTML Editing controls, the following symptoms may occur if you must scroll down the page to view the controls, and you then dynamically remove the controls:

  • Blank taskbar items appear on the taskbar.
  • DHTML Editing controls appear in the upper-left corner of the desktop.


RESOLUTION

Internet Explorer 5.5 Service Pack 2

A supported fix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Apply it only to computers that are experiencing this specific problem. This fix may receive additional testing. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next Internet Explorer 5.5 that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the fix. For a complete list of Microsoft Product Support Services phone numbers and information about support costs, visit the following Microsoft Web site:

NOTE: In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The typical support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

The English version of this fix has the file attributes (or later) 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 tool in Control Panel.

   Date         Time   Version     Size     File name
   ----------------------------------------------------
   29-Oct-2002   09:40  6.1.0.8899  117,008  Dhtmled.ocx
                


Internet Explorer 6 and 6 Service Pack 1

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:

The English version of this fix has the file attributes (or later) 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 tool in Control Panel.

   Date         Time   Version     Size     File name
   ----------------------------------------------------
   05-Sep-2002  16:55  6.1.0.9212  117,248  Dhtmled.ocx
                



WORKAROUND

To work around this issue, prevent dynamic removal of the control.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

For more information about DHTML Editing controls, and to download a sample DHTML Editing control, visit the following Microsoft Developer Network (MSDN) Web site:

For more information about the Dynamic HTML Editing Component Software Development Kit, visit the following Microsoft Developer Network Web site:

For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:

Steps to Reproduce the Problem

  1. Use the following code to create an HTML file that is named Test.htm. Save the file on a Web server:

    <html>
    <head>
    <script LANGUAGE="JavaScript">
    function Remove()
    {
        document.body.innerText = "";
    }
    </script>
    <body>
    <OBJECT classid="clsid:2D360201-FFF5-11D1-8D03-00A0C959BC0A" height=20 width=200></OBJECT><br>
    <br><br><br><br><br><br><br><br><br><br>
    <OBJECT classid="clsid:2D360201-FFF5-11D1-8D03-00A0C959BC0A" height=20 width=200></OBJECT><br>
    <button onclick="Remove()">Test</button>
    </body>
    </head>
    </html>
                            
  2. Open the page in Internet Explorer, and then scroll down the page at least one time (that is, click the white space below the scroll box in the scroll bar). You must scroll down to see the problem, so make sure that the window is small enough so that the vertical scroll bars appear.
  3. Click Test to remove the DHTML Editing control. A blank taskbar item appears, and then a DHTML Editing control appears in the upper-left corner of the desktop.



Additional query words: float floating textbox empty

Keywords: kbhotfixserver kbqfe kbbug kbdhtml kbfix kbie550presp3fix kbie600presp2fix kbie600sp2fix kbqfe KB328787