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 704149 - Options in "Typing" are ellipsized, no way to see full text
Options in "Typing" are ellipsized, no way to see full text
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
: 691220 692173 699948 702903 704443 705776 706941 712260 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-07-13 12:04 UTC by Robin Stocker
Modified: 2015-08-30 14:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Show text in tooltip when label is ellipsized (1.33 KB, patch)
2013-07-13 12:32 UTC, Robin Stocker
committed Details | Review
Make window resizable for long option labels (990 bytes, patch)
2013-07-13 12:33 UTC, Robin Stocker
committed Details | Review
Combo box options truncated (68.39 KB, image/png)
2015-08-29 23:26 UTC, Eliot Blennerhassett
  Details

Description Robin Stocker 2013-07-13 12:04:24 UTC
Some labels in the "Typing" options are longer than the available horizontal space and therefore have an ellipsis (...).

They should either have a tool tip which shows the full label or the window should be resizable, maybe even both.
Comment 1 Robin Stocker 2013-07-13 12:32:57 UTC
Created attachment 249063 [details] [review]
Show text in tooltip when label is ellipsized

Patch for showing tooltip when needed, against master.
Comment 2 Robin Stocker 2013-07-13 12:33:46 UTC
Created attachment 249064 [details] [review]
Make window resizable for long option labels

Patch for making window resizable, on top of first patch.
Comment 3 John Stowers 2013-07-13 17:12:59 UTC
Attachment 249063 [details] pushed as 7532ffc - Show text in tooltip when label is ellipsized
Attachment 249064 [details] pushed as 00e13e6 - Make window resizable for long option labels
Comment 4 Robin Stocker 2013-07-14 16:30:52 UTC
That was fast, thanks :).
Comment 5 John Stowers 2013-07-17 21:30:07 UTC
*** Bug 702903 has been marked as a duplicate of this bug. ***
Comment 6 John Stowers 2013-07-17 21:31:29 UTC
*** Bug 691220 has been marked as a duplicate of this bug. ***
Comment 7 John Stowers 2013-07-17 21:31:43 UTC
*** Bug 692173 has been marked as a duplicate of this bug. ***
Comment 8 John Stowers 2013-07-18 13:48:31 UTC
*** Bug 704443 has been marked as a duplicate of this bug. ***
Comment 9 John Stowers 2013-08-12 10:02:28 UTC
*** Bug 699948 has been marked as a duplicate of this bug. ***
Comment 10 John Stowers 2013-08-12 10:02:37 UTC
*** Bug 705776 has been marked as a duplicate of this bug. ***
Comment 11 John Stowers 2013-08-28 11:37:41 UTC
*** Bug 706941 has been marked as a duplicate of this bug. ***
Comment 12 John Stowers 2013-11-26 18:11:57 UTC
*** Bug 712260 has been marked as a duplicate of this bug. ***
Comment 13 Justin Garrison 2015-06-11 17:49:48 UTC
I verified I have the required patch in fedora 22 (gnome 3.16.2) but the options are still hidden gnome tweak tool.
Comment 14 Ben Davis 2015-06-13 17:20:22 UTC
This bug needs to be reopened, it still persists in 3.16 (I'm running Arch).
Comment 15 Eliot Blennerhassett 2015-08-29 23:25:00 UTC
I think that only half this bug has been resolved:

I.e. the label of the option now has a tooltip e.g. "Miscellaneous Comp..." tip =
Miscellaneous Compatibility Options"

But half has not been resolved:
The options inside the combobox are do not have a tooltip, and the combobox doesn't resize above a certain size.

(will attach image)
Comment 16 Eliot Blennerhassett 2015-08-29 23:26:12 UTC
Created attachment 310294 [details]
Combo box options truncated

No way to see the truncated combo options
Comment 17 Eliot Blennerhassett 2015-08-29 23:55:22 UTC
For me on a reasonably big screen, I have found that changing a line in 
tweak_group_xkb.py _XkbOtion.__init__

from
renderer.props.max_width_chars = 30
to (!)
renderer.props.max_width_chars = 100

allows me to see the longest option (which happens to be the one I wanted to select, having prior knowledge of its existence)

"NumLock on: digits, Shift switches to arrow keys, Numlock off: always arrow keys (as in MS Windows)"

rather than 

"NumLock on: digits, Shift swit"

I understand (30 sec internet search) that adding a tooltip to each item of a combobox may be difficult (because the items are not themselves widgets?)
Comment 18 Rui Matos 2015-08-30 14:25:56 UTC
This is fixed in master (will end up in 3.18) by using radio buttons and expanders instead of combo boxes. I didn't push it to the 3.16 branch because it changes the UI.