GNOME Bugzilla – Bug 350437
Backtrace "details" textarea is editable
Last modified: 2006-08-15 16:48:09 UTC
The textarea with the details (backtrace) of a crash is editable and is easily overwritten when the user types a key. The editable property should be set to false.
Thanks a lot for the bug report. I've fixed it on CVS: 2006-08-15 Fernando Herrera <fherrera@onirica.com> * src/bug-buddy.glade: Make gdb-text non-editable. Fix bug #350437. Make details view text wrap.