- 
    
Bug
 - 
    Resolution: Duplicate
 - 
    
  P2                     
     - 
    None
 - 
    1.4.0
 - 
    None
 
- 
        sparc
 - 
        solaris_2.6
 
                    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.
            
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.
- duplicates
 - 
                    
JDK-4503845 Cell editing does not complete when JTable loses focus
-         
     - Closed
 
 -