hsingh23 / deckjam

0 stars 0 forks source link

[Bug] Unexpected Mouse-click behaviors #1

Closed dggriffin closed 7 years ago

dggriffin commented 7 years ago
hsingh23 commented 7 years ago

Ah yes, that's the intended effect

On Tue, Dec 13, 2016, 11:16 AM Greyson Griffin notifications@github.com wrote:

  • Right-clicking selects a row
  • Middle-clicking selects a row
  • Holding any mouse button and scrolling inverts the selection of any row it passes over
    • This is a problem because scrolling by holding the middle-mouse button selects everything the cursor passes over.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hsingh23/deckjam/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABFXgnahxI9KxuZzWvPrwvUOwxbtEWwIks5rHsTTgaJpZM4LL67V .

dggriffin commented 7 years ago

Ah -- I see. Any way to ensure that you're dealing with the left-click only? (Or at least filter out middle click?)

hsingh23 commented 7 years ago

The idea is to select cards like you would select times on this website -> http://whenisgood.net/

I've added checkboxes recently and I'm working on making it so you can only click checkboxes on mobile. I should have that up shortly. Let me know what you think

hsingh23 commented 7 years ago

Fixed by removing drag to select . It doesn't make sense with cards.