UrbanCyborg wrote: ↑Mon Jul 04, 2022 1:15 pm
That would make sense for implementing double-click behavior, no?
Reid
The timing thing?
With editable text fields yes. And I expect things to be a little vague with text fields anyway as historically there's always been some subtle differences between different systems.
But a double click on a switch appears to behave as if it was two single clicks so I'm not sure what the purpose of ignoring a slow click is. Although on reflection I suppose a slow click can be viewed as an aborted drag so does makes sense after all.
Double clicks work well on knobs - either resetting to default or opening edit value as chosen in the settings. While at the same time knobs still respond immediately to a mouse down + mouse move without waiting for a mouse up. And the timing of the mouse up has no effect - you can hold the mouse button down as long as you like. All exactly as one would expect.
So my only real head scratching is to why toggle buttons that aren't in a radio group don't change value and send an event on mouse down. They appear to be an outlier given how the rest of the interface works.
This is just subtle detail. I'm not saying it's a major problem.