GNOME Bugzilla – Bug 171179
Undo for location entry
Last modified: 2008-02-15 01:17:54 UTC
Distribution/Version: Ubuntu Hoary preview Steps to reproduce: 1. Type some stuff in the address field. 2. Press Escape. What should happen: * The contents of the field reverts to the URL of the current page. What actually happens: * Nothing.
*** Bug 128662 has been marked as a duplicate of this bug. ***
Created attachment 39058 [details] [review] proposed fix Should there also be an entry in the context menu for this?
I think "Edit" > "Undo" when the address field is focused should also revert the URL, and that "Undo" should be the first item in the shortcut menu for any text field.
I committed the patch to cvs. Leaving open for the remaining issue (context menu).
Oops
Christian: Want me to implement the context menu part?
If you want, sure :)
Created attachment 104567 [details] [review] patch This attached patch adds Undo and Redo commands for EphyLocationEntry, adds them to the context menu in the first two position as suggested, and links them to Edit->Undo/Redo in the main window.
Committed, closing as FIXED. ------------------------------------------------------------------------ r7945 | cosimoc | 2008-02-15 02:10:36 +0100 (ven, 15 feb 2008) | 3 lines Add Undo/Redo commands to the location entry, both in the context menu and linked to the main window commands. Bug #171179.