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 126426 - Opacity text entry widget has no tooltipT
Opacity text entry widget has no tooltipT
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-11-07 10:52 UTC by padraig.obriain
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (828 bytes, patch)
2003-11-07 10:56 UTC, padraig.obriain
none Details | Review

Description padraig.obriain 2003-11-07 10:52:29 UTC
The Opacicy text entry widget has no tooltip.

This means that a blind user when encountering this field does not know
what it is for.
Comment 1 padraig.obriain 2003-11-07 10:56:32 UTC
Created attachment 21267 [details] [review]
Proposed patch
Comment 2 Owen Taylor 2003-11-11 21:02:37 UTC
Looks OK for gtk-2-2. 

For HEAD, could you change this string and the other instance
to be

 "Transparency of the color."

to match the other tooltips in the dialog. Actually, I really
don't like the word 'trasparency', since 255 is *less* transparent,
but I can't think of a good alternative. "Opacity of the color"
is less then helpful with the Opacity label there, plus 
opacity is a bit of an obscure word.
Comment 3 padraig.obriain 2003-11-12 09:23:07 UTC
Patches applied to gtk-2-2 branch and HEAD.