Bugzilla – Bug 13050
Remove old window.textArea code
Last modified: 2009-09-08 09:14:21 UTC
There seems to be different code for handling a window.textArea element vs. a window.textarea element. The window.textarea method allows you to have a textarea and additional items below it, while window.textArea does not. I think the window.textArea code is just legacy code that can be removed. I've changed the SC side to only use window.textarea.
Fixed in r6816.