Comment #2 on issue 13826 by amit.fbd: TextArea won't enable. Stays disabled. http://code.google.com/p/chromium/issues/detail?id=13826
if the textarea is empty and disabled, if you want to enable the same then you can not add any value(OR focus) to it. Solution: If you put some character(even space character) to disabled textarea and then enables it. You will see it works -- 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 --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
