RGBA IOBox doubleclick selection troubles

in gamma 7 (stable), when you doubleclick the text in a RGBA IOBox (i.e. Color IOBox), it will only select the text after the doubleclick position.

callmenames-2025-09-25-Application_2025.09.25-08.49.51

this is quite annoying as you cannot just doubleclick and type a colorname, but have to do a select all (e.g. CTRL+A) too for a total selection.

behaviour in gamma 6.7 was still working as expected.

thats a thing with all types of ioboxes lately. super annoying. to select everything you need to double click really slow, then it works as expected.

Upcoming preview should behave better in that regard:

  • Mouse move will only alter current selection if a mouse down was received first
  • Double click will only select a single word in multi-line text. For all other cases (values, colors, labels) it will select the whole text.
  • Selection from a double click should no longer get lost after moving the mouse a bit in the second down event
4 Likes

Since there is kind of 2 states to a string iobox and the behaviour is bit different:

  1. just focused/selected
  2. in edit mode (cursor blinking)

At which state is this new behaviour? I fear there is no way then to quickly select all the text? could we have like a triple click then to select all, like it is common in various other software?
I mean beside CTRL-A in edit mode

1 Like

remember the five clicks of Quark Express?
;)

A double-click selects the word containing the text insertion point; a triple-click selects the line containing the text insertion point; four clicks selects the entire paragraph containing the text insertion point; five clicks selects the entire story.

1 Like