JDK-4399489 : SwingSet2 JTable demo: current cell data change lost when table resized
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2000-12-19
  • Updated: 2001-07-18
  • Resolved: 2001-07-18
Related Reports
Duplicate :  
Description

Name: krC82822			Date: 12/19/2000


java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

In the SwingSet 2 JTable demo, type in one of the Text cells (e.g. change Mike
Albers first name to Michael), then use the mouse to maximize the SwingSet
window, or resize the window by grabbing the window border. The change to the
text is lost.

----------

19 Dec 2000, eval1127@eng -- probably intentional choice (not to allow
permanent editing).  If not, we may want to tweak this for the next release.
(Review ID: 111917) 
======================================================================

Comments
EVALUATION Name: apR10133 Date: 07/18/2001 The problem is gone if the table column have a fixed width. Actually the bug occures if the cell changes it's size, but we have a separate bug about it (4330950). ###@###.### ======================================================================
24-08-2004

WORK AROUND Name: krC82822 Date: 12/19/2000 None, but it's hardly a showstopper. ======================================================================
24-08-2004