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 353712 - allow reducing selection in GtkLabel
allow reducing selection in GtkLabel
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkLabel
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-08-31 17:53 UTC by Benjamin Otte (Company)
Modified: 2011-06-01 05:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Otte (Company) 2006-08-31 17:53:08 UTC
reproduce like this:
1) start tests/testgtk
2) click "labels"
3) click the "selectable" button
4) select some text
5) shift-click inside the selection to reduce that selection

5) does not work, the selection stays the same. GtkLabel only extends the selection by shift-clicking.

(Also see similar bug 353709)