|
From: <no...@so...> - 2002-04-19 12:09:44
|
Ease of use Issues item #546093, was opened at 2002-04-19 07:09 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=460211&aid=546093&group_id=44253 Category: Platform Independent Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Centgraf (centgraf) Assigned to: Nobody/Anonymous (nobody) Summary: Find Via Keyboard Initial Comment: Currently, the Find/Replace dialog does not have a default button. If the user presses return while focused on the find field, the "find next" action is performed, but if they press return while focused anywhere else in the dialog, nothing happens. If "find next" is going to be the default action in the dialog, it should be consistent and visually obvious. Therefore, it should be implemented as a standard default button, rather than a special-purpose handler for that text field. It is generally a poor usability choice to have a completely different behavior for the same user action based only on the current focus. I would strongly discourage implenting a separate handler for the replace field to trigger the "replace" or "replace/find next" actions, since this only increases the number of actions that can be triggered by the same keystroke. This is particularly important because replacement is a destructive action, although the effect is mitigated by undo. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=460211&aid=546093&group_id=44253 |