[xmlhammer-dev] [ xmlhammer-Bugs-1552429 ] Preferences seem to have changed when using escape to ex
Brought to you by:
edankert
From: SourceForge.net <no...@so...> - 2007-10-01 19:09:28
|
Bugs item #1552429, was opened at 2006-09-05 07:40 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1552429&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: rc-2 >Status: Closed Resolution: Fixed Priority: 3 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Preferences seem to have changed when using escape to exit Initial Comment: - Open up the preferences dialog, - Change a 'check' box in a features table - Use escape to exit the preferences, - Open up the preferences again, - The 'check' box seems to have kept it's state, This might make the user think he has saved the preferences when using escape. (this is however not the case) ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-09-26 08:12 Message: Logged In: YES user_id=452928 Originator: YES This is caused by the cell-editor still being in editing mode and not correctly stopped. So, the fix is to make sure that the cell-editor is stopped correctly (CellEditor.stopCellEditing()) when the cancel button is pressed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1552429&group_id=145971 |