JDK-4648147 : j table will not trap the first edit.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2002-03-06
  • Updated: 2002-04-23
  • Resolved: 2002-03-07
Related Reports
Duplicate :  
Description
Customer problem using j table to use the editing method, it will not trap the first edit. 


TableDemo.java contains a JTable and OK Button. 
- On the first row and column, change Mary to John and hit OK button. 
- isEditing() doesn't detect an edit.  In jdk1.1.8, an edit was detected. 

- Change Mary to John again and hit OK button 
- isEditing() now detects an edit. 
- Prints out "***** Table is edited ******", "row: 0, column: 0 is edited". 


I was testing this uder solaris 2.6 with jdk 1.4 and got same resolve, switch 
to jdk1.3.1_02 works fine.