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 114030 - Ctrl+Home crashes GtkTextView when there's no cursor
Ctrl+Home crashes GtkTextView when there's no cursor
Status: RESOLVED DUPLICATE of bug 107939
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
2.2.x
Other Linux
: Urgent major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-05-30 11:36 UTC by Hongli Lai
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description Hongli Lai 2003-05-30 11:36:06 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.
Comment 1 Matthias Clasen 2003-05-30 11:53:43 UTC

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