Bug 13050 - Remove old window.textArea code
: Remove old window.textArea code
Status: RESOLVED FIXED
Product: SqueezePlay
Classification: Unclassified
Component: Browser
: unspecified
: PC Other
: P2 normal (vote)
: 8.0.1
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-24 19:58 UTC by Andy Grundman
Modified: 2009-09-08 09:14 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Grundman 2009-07-24 19:58:59 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.
Comment 1 Wadzinski Tom 2009-07-28 08:49:39 UTC
Fixed in r6816.