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 350437 - Backtrace "details" textarea is editable
Backtrace "details" textarea is editable
Status: RESOLVED FIXED
Product: bug-buddy
Classification: Deprecated
Component: general
2.15.x
Other Linux
: Normal major
: ---
Assigned To: Bug-buddy Maintainers
Bug-buddy Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-08 14:23 UTC by Wouter Bolsterlee (uws)
Modified: 2006-08-15 16:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wouter Bolsterlee (uws) 2006-08-08 14:23:13 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.
Comment 1 Fernando Herrera 2006-08-15 16:48:09 UTC
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.