GNOME Bugzilla – Bug 346499
backward-word doesn't move if the text view begins with non-word characters
Last modified: 2014-04-10 15:28:55 UTC
Please describe the problem: When near the beginning of GtkTextView over non-word characters and pressing any key combination that moves/deletes leftwards (Ctrl-Left, Ctrl-Backspace), nothing happens if there are no word-characters to the left. Steps to reproduce: 1. Start gedit. 2. Type `---'. 3. Press Ctrl-Left. Actual results: Nothing. Expected results: The point moves to the very beginning of GtkTextView. Does this happen every time? Yes. Other information: Judging by source code, this will happen for the current GTK+ version too.
FYI, this was also reported as http://developer.pidgin.im/ticket/4029
The root of the problem is bug #727972. *** This bug has been marked as a duplicate of bug 727972 ***