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 352910 - zenity dialog text should be selectable
zenity dialog text should be selectable
Status: RESOLVED FIXED
Product: zenity
Classification: Core
Component: general
2.15.x
Other All
: Normal minor
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-25 22:30 UTC by Greg Hudson
Modified: 2006-12-04 20:23 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Proposed fix (3.77 KB, patch)
2006-08-25 22:32 UTC, Greg Hudson
none Details | Review
Proposed fix (correct file this time) (1.89 KB, patch)
2006-08-25 22:34 UTC, Greg Hudson
none Details | Review

Description Greg Hudson 2006-08-25 22:30:41 UTC
The HIG section 3 (http://developer.gnome.org/projects/gup/hig/2.0/windows-alert.html) says that alert windows should contain selectable text, so that you can cut and paste them.  Zenity alerts do not currently have this property.


Other information:
I will attach a patch to make zenity warning, error, question, and info alerts selectable.
Comment 1 Greg Hudson 2006-08-25 22:32:49 UTC
Created attachment 71630 [details] [review]
Proposed fix
Comment 2 Greg Hudson 2006-08-25 22:34:58 UTC
Created attachment 71631 [details] [review]
Proposed fix (correct file this time)
Comment 3 Lucas Rocha 2006-12-04 20:23:03 UTC
Fixed in HEAD, thanks!

2006-12-04  Lucas Rocha  <lucasr@gnome.org>

        * src/zenity.glade: make dialog text selectable on message dialogs 
        (error, warning, info, and question) (Fixes bug #352910). Patch
        from Greg Hudson <ghudson@mit.edu>.