GNOME Bugzilla – Bug 114030
Ctrl+Home crashes GtkTextView when there's no cursor
Last modified: 2004-12-22 21:47:04 UTC
Pressing Ctrl+Home in a GtkTextView widget makes the program segfault if the widget doesn't have a cursor. How to reproduce: 1. Write an app with a GtkTextView. 2. Disable the cursor in that widget. 3. Focus the widget. 4. Press Ctrl+Home. 5. Crash. Expected behavior: The text view widget should scroll to the beginning without crashing, just like when there is a cursor.
*** This bug has been marked as a duplicate of 107939 ***