After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 721933 - Undo not working in `Replace` dialog
Undo not working in `Replace` dialog
Status: RESOLVED DUPLICATE of bug 322194
Product: gedit
Classification: Applications
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-10 12:27 UTC by Username
Modified: 2014-04-12 09:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Username 2014-01-10 12:27:56 UTC
Steps to reproduce:
- Open `Replace` dialog (Ctrl+H)
- Type `abc`
- Delete it (Home, Shift+End)
- Try Undo (Ctrl+Z)
Result: Undo not working.
Comment 1 Sébastien Wilmet 2014-01-10 13:10:11 UTC
If I understand your problem, you want to clear the search highlighting. See the Search -> Clear highlight, in the menu.
Comment 2 Username 2014-01-11 16:29:48 UTC
Nope, you don't :) I need to undo my actions in case I did something wrong. That's just plain Undo. It's an inconsistency in UI, when somewhere undo is working, and somewhere it doesn't.
Comment 3 Paolo Borelli 2014-01-11 16:35:41 UTC
You want undo in the text entry, that's a gtk problem :(
Comment 4 Username 2014-01-11 17:01:46 UTC
Would it be hard to implement it based on insert_text/delete_range events?
Comment 5 Paolo Borelli 2014-04-12 09:34:47 UTC
it would not be too difficult to implement something specific to entry, but the gtk bug is a bit stuck on the idea of coming up with a more generic "undo framework".

See 322194 for more details

*** This bug has been marked as a duplicate of bug 322194 ***