Issue 2033: Textarea reactivation - Cant write in it
http://code.google.com/p/chromium/issues/detail?id=2033
New issue report by TAiS46:
Product Version : 0.2.149.29
URLs (if applicable) :
Other browsers tested: yes
Add OK or FAIL after other browsers where you have tested this issue:
Safari 3: N/A
Firefox 3: OK
IE 7: OK
What steps will reproduce the problem?
1. When you create a textarea element an disable it .. und reaktivate it
with javascript you can not write into the textarea!
<textarea id="test" disabled="disabled"></textarea>
<input type="button" value="aktivate me" onclick="aktivate()" />
<script type="text/javascript">
function aktivate(){
document.getElementById('test').disabled = false;
}
</script>
What is the expected result?
First the textarea is disabled.
After klick on the button the textarea is aktivated but you can't write
something into it!
Only after resizing the textarea you can write something in it!
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Unknown
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---