ironmonk88 / multiple-document-selection

GNU General Public License v3.0
5 stars 2 forks source link

[BUG] Selection colour for 2nd+ document delayed til mouseup #10

Closed esheyw closed 1 year ago

esheyw commented 1 year ago

Not 100% sure if this is bug, design decision, or core limitation, but I'm hoping it's a bug:

With no documents selected, the orange highlight on the first document is applied after the selection interval set in settings. With at least one document so selected, any subsequent selections aren't visually confirmed until the click is released. This leads to a lot of holding longer than necessary to be sure I got the thing. It'd be great if every selection worked like the first in this respect.

ironmonk88 commented 1 year ago

There's not much I can do about this, as Foundry has set the activation to be on click, not mouse up or mouse down.

ironmonk88 commented 1 year ago

I had a second look at it, and I think I can fake it.

esheyw commented 1 year ago

Hey, been a while since I've had some time to play around with this, but whatever you've done in the meantime worked. Feels much better to use now, thanks.