GNOME Bugzilla – Bug 328449
selecting selectable ellipsized GtkLabel labels is (slightly) broken
Last modified: 2014-09-04 02:26:37 UTC
When selecting text in a selectable ellipsized label, the ellipsis can be selected with no snapping, and it linearly maps to the rest of the text. mclasen: probably better to make it all-or-nothing wrt to the ellipsised part
For a test case, see bug #328450.
To fix this, we need a way to find out if we're in the ellipsized part. See the dependent pango bug.