Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 954084 - Last Review: August 12, 2008 - Revision: 1.0
You can write in a read-only pane on a Web page that uses DHTML in Internet Explorer 7
On This Page
SYMPTOMS
In Windows Internet Explorer 7, you can write in a read-only pane on a Web page that uses Dynamic HTML (DHTML). This problem occurs when the following conditions are true:
- You have a Web page that uses DHTML to dynamically hide or show text fields.
- You have a hidden read-only text field that uses a text field that can be edited.
- When you click the text field that can be edited, the read-only text field becomes visible.
Note This problem can be caused by any event on any control that makes the read-only field visible.
RESOLUTION
Security update information
To resolve this problem, install the most current cumulative security update for Internet Explorer. To install the most current updates, visit the following Microsoft Web site:
For more technical information about the most current cumulative security update for Internet Explorer, visit the following Microsoft Web site:
Note This update was first included in security update 953838 (MS08-045).
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
953838Â
(http://kbalertz.com/Feedback.aspx?kbNumber=953838/
)
MS08-045: Cumulative security update for Internet Explorer
WORKAROUND
To work around this problem, clear the "Do not save encrypted pages to disk" option.
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
- Start Notepad, and then paste the following HTML code in a Notepad file:
<html>
<body>
<table>
<tr>
<td>
<Input type='text' onfocusout="hiddenText.style.display='';"/>
</td>
</tr>
<tr>
<td id='hiddenText' style="display:none">my text</td>
</tr>
<tr>
<td>alter text</td>
</tr>
<tr>
<td>
<input type='text' />
</td>
</tr>
</table>
</body>
</html>
- Save the file as Test1.html.
- Open the Test1.html file in Internet Explorer 7.
- Click the first text field.
- Click the second text field.
The pointer is now at the end of the hidden field that is after
Alter Text. The field can be edited.
APPLIES TO
- Windows Internet Explorer 7
| kbexpertiseadvanced kbqfe KB954084 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate
Be the first to leave feedback, to help others about this knowledge base
article.
(Optional) Name
(Optional)
Public URL Or Email
Comments
No
HTML -- Text Only Please