JDK-4065545 : After many updates to the TextArea class, new text is no longer displayed
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1.3
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1997-07-18
  • Updated: 1998-03-06
  • Resolved: 1998-03-06
Related Reports
Duplicate :  
Description

Name: rlT66838			Date: 07/17/97


create a TextArea class instance: ta
call ta.append("text"); several hundred times
appends get frozen?

- no error message
- System.out.println("In update"); is called 
  from same function and it works 
  (so function is called)
- no more text gets displayed in window after
  many calls to ta.update().


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

Comments
WORK AROUND Name: rlT66838 Date: 07/17/97 ======================================================================
11-06-2004

EVALUATION eric.hawkes@eng 1998-02-03 See also 4080391? eric.hawkes@eng 1998-03-06 Based on the description this bug is a duplicate of 4080391.
03-02-1998