GNOME Bugzilla – Bug 388099
Double click on mixed alphanumeric words is inconsistent
Last modified: 2007-10-18 13:11:06 UTC
Usual behavior in all Gnome applications is to be able to copy entire words in the clipboard by double clicking them. This behavior is implemented in Tomboy, but doesn't work with passwords. Example : ff34eg cannot be copied by double click. Other information:
I'm not sure I understand what the problem is. It seems to me like gedit, for example behaves exactly the same way as Tomboy on the text "ff34eg". Could you please include more detail?
(In reply to comment #1) > I'm not sure I understand what the problem is. It seems to me like gedit, for > example behaves exactly the same way as Tomboy on the text "ff34eg". Could you > please include more detail? > In fact I've checked again and apparently it's a normal behaviour for all the GTK-based Gnome applications, so my bad. Though it seems to work fine in Gnome Terminal.
There is inconsistency between GtkTextView, GtkEntry and other text entry widgets with double-click behavior. Gnome Terminal allows you to double click a mixed alphanumeric word (aabb33ddee) and it will highlight the entire word. The gtk+ widgets only highlight the partial word.
Going to mark this as a dup of 111503 which is about customizing the behavior. If you really thing that ff34eg should be a word by default, then that's a Pango issue, not a GTK+ issue, since GTK+ counts on Pango to tell it what the words are. (Remember, not all languages are written with spaces, so simple algorithms like "look for spaces" may not work out.) *** This bug has been marked as a duplicate of 111503 ***