[Japi-devel] [ japi-Bugs-1769634 ] Selecting "No" for changed preferences should revert
Status: Beta
Brought to you by:
christianhujer
From: SourceForge.net <no...@so...> - 2009-02-19 23:55:06
|
Bugs item #1769634, was opened at 2007-08-07 22:14 Message generated for change (Settings changed) made by christianhujer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=776737&aid=1769634&group_id=149894 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: libs-swing-prefs Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christian Hujer (christianhujer) >Assigned to: Nobody/Anonymous (nobody) Summary: Selecting "No" for changed preferences should revert Initial Comment: When preferences are changed (prefs.isChanged()) and another preferences module is selected, a dialog is displayed that asks the user whether or not to apply the changes or cancel the selection. For cancel, everything works fine. The selection is cancelled and the current preferences stay selected. For yes, everything works fine. The current preferences are applied and the new preferences get selected. For no, the current preferences are not applied and the new preferences get selected. The expected behaviour would be, reselecting the current preferences, to see their stored state. In fact, their last modified state is shown. Therefore, for no revert() should be called. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=776737&aid=1769634&group_id=149894 |