Internet Explorer Improperly Refreshes HTML Page

ID: Q200131


The information in this article applies to:
  • Microsoft Internet Explorer version 4.01 Service Pack 1 for Windows 95
  • Microsoft Internet Explorer version 4.01 Service Pack 1 for Windows NT 4.0


SYMPTOMS

If you are using Microsoft Internet Explorer 4.01 SP1, you may notice drop-down boxes are not refreshed properly on an HTML page containing enabled and disabled drop-down boxes. For example, you could access a page that has three drop-down boxes where the first drop-down box is enabled and the second and third drop-down boxes are disabled. Click on the enabled drop-down box so the drop-down boxes below it are covered by this drop-down. Then release the top dropdown box, and you can see that the disabled drop-downs are not refreshed.


RESOLUTION

You can workaround this problem by adding an HTML page containing the drop-down boxes that will resolve this problem. Wrap the populate calls done in the event handlers inside a setTimeout call. For example, "functioncall();" would become "setTimeout("functioncall();", 0);".


STATUS

Microsoft has confirmed this to be a problem in Microsoft Internet Explorer 4.01 Service Pack 1.


MORE INFORMATION

For more information, please see the MSDN Web Workshop:

http://msdn.microsoft.com/workshop/default.asp

Additional query words: paint refresh draw dropdown box select

Keywords : kbDHTML kbIE kbNTOS400 kbWinOS95 kbIE401sp1 kbGrpInet kbDSupport
Version : WINDOWS:4.01 Service Pack 1
Platform : WINDOWS
Issue type : kbprb


Last Reviewed: October 6, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.