Opened 19 years ago
Closed 17 years ago
#45 closed defect (fixed)
Changing focus after editing in variable table, the edit values are lost.
Reported by: | mirschel | Owned by: | mirschel |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | PromotGuiVizEdit | Version: | 0.7.2 |
Severity: | bad | Keywords: | table edit details |
Cc: |
Description
Known bug (id=4503845) in the Sun bug database. But not yet fixed in java 1.5.
Type something in the variable table, still in edit, resize window, and the edit values are lost. Also, when changing focus after editing (without hitting enter), the edit does not complete.
Is partly solved by calling the JTable.getCellEditor().stopCellEditing() method inside the ActionListeners? for the JButtons (e.g. "set"). Issues like rezising window are not fixed.
Change History (1)
comment:1 Changed 17 years ago by mirschel
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed with #7741.