JDK-4061916 : The textarea can only be filled with 25KB
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1997-06-27
  • Updated: 1998-01-23
  • Resolved: 1998-01-23
Related Reports
Duplicate :  
Description
Name: sgC58550			Date: 06/27/97

Just fill a textarea with more than 25 KB (we do not know where exactly the problem occures, but 29 KB can not be shown in a textarea.

======================================================================

Comments
EVALUATION There is a limitation on the amount of text a Win95 edit window can hold. Microsoft has set this limit at 32K, minus some overhead. Attempts to load more than 32K into a text area can produce strange behavior, although it should be possible to load in up to 64K if the TextArea is in read-only mode. Reports vary between users on the exact amount of text that can be displayed. I was able to display 43K on Windows 95 and over 70K on Windows NT 4.0 with no problem. A Work-around would be to use the Java-based text components supplied with Swing. eric.hawkes@eng 1998-01-23
23-01-1998