The translucent layers intermittently turn gray when you browse a Web page that contains translucent layers by using Internet Explorer 7
Important This article contains information about how to modify the registry. Make sure that you back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 (http://support.microsoft.com/kb/322756/) How to back up and restore the registry in Windows On This PageSYMPTOMSYou develop a Web page that contains translucent layers. In the Web page, you use the Filter property to adjust the opacity of the translucent layers. When you browse this Web page by using Internet Explorer 7, the translucent layers intermittently turn gray. CAUSEThis problem occurs because of a race condition in Internet Explorer.
This race condition occurs when two threads concurrently call the SelectObject function on the Windows GDI HBITMAP handle.
RESOLUTIONWindows Vista service pack informationTo resolve this problem, obtain the latest service pack for Windows Vista. For more information, click the following article number to view the article in the Microsoft Knowledge Base:935791 (http://support.microsoft.com/kb/935791/) How to obtain the latest Windows Vista service pack Hotfix information for Windows VistaA 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: http://support.microsoft.com/contactus/?ws=support (http://support.microsoft.com/contactus/?ws=support) 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.PrerequisitesTo install the hotfix, you must have Internet Explorer 7 installed.Restart requirementYou do not have to restart your computer after you apply this hotfix.Hotfix replacement informationThis hotfix does not replace any other previously released hotfixes.Registry informationWarning 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.To use this hotfix, follow these steps:
File informationThe 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 Vista, x86-based versions
Windows Vista, x64-based versions
Hotfix information for Windows XPA 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: http://support.microsoft.com/contactus/?ws=support (http://support.microsoft.com/contactus/?ws=support) 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.PrerequisitesTo install the hotfix, you must have Internet Explorer 7 and Windows XP Service Pack 2 installed.Restart requirementYou have to restart your computer after you apply this hotfix.Hotfix replacement informationThis hotfix does not replace any other previously released hotfixes.Registry informationWarning 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.To use this hotfix, follow these steps:
File informationThe 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 SP2, x86-based versions
Hotfix information for Windows Server 2003A 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: http://support.microsoft.com/contactus/?ws=support (http://support.microsoft.com/contactus/?ws=support) 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.PrerequisitesTo install the hotfix, you must have Internet Explorer 7 and Windows Server 2003 Service Pack 2 installed.Restart requirementYou have to restart your computer after you apply this hotfix.Hotfix replacement informationThis hotfix does not replace any other previously released hotfixes.Registry informationWarning 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.To use this hotfix, follow these steps:
File informationThe 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 SP2, x86-based versions
Windows Server 2003 with SP2, x64-based versions
Windows Server 2003 with SP2, IA64-based versions
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in Windows Vista Service Pack 1. MORE INFORMATIONIn Internet Explorer, two threads work with translucent layers. These threads are the UI thread and the image decoding thread. The image decoding thread optimizes the image into a single-color PatBlt function. This thread determines the color by calling the SelectObject function on the HBITMAP object. At the same time, the UI thread draws the image. Also, this thread determines the color by calling the SelectObject function on the HBITMAP object. However, the HBITMAP object can only be selected in one device context (DC). Therefore, one of the two calls to the SelectObject function fails. If the decoding thread cannot call the SelectObject function, the solid color becomes incorrect. The solid color is used for the PatBlt function to perform future draw operations. For more information about the Style property, visit the following Microsoft Web site: http://msdn2.microsoft.com/en-us/library/ms532941.aspx (http://msdn2.microsoft.com/en-us/library/ms532941.aspx) For information about the Filter property, visit the following Microsoft Web site:
http://msdn2.microsoft.com/en-us/library/ms532847.aspx (http://msdn2.microsoft.com/en-us/library/ms532847.aspx) For more information about the SelectObject function, visit the following Microsoft Web site:
http://msdn2.microsoft.com/en-us/library/ms533272.aspx (http://msdn2.microsoft.com/en-us/library/ms533272.aspx) For more information about the PatBlt function,
visit the following Microsoft Web site:http://msdn2.microsoft.com/en-us/library/ms532568.aspx
(http://msdn2.microsoft.com/en-us/library/ms532568.aspx)
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
824684 (http://support.microsoft.com/kb/824684/)
Description of the standard terminology that is used to describe Microsoft software updates
APPLIES TO
| Article Translations
|

Back to the top
