question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Phantom mouse down with selectFromInside

See original GitHub issue

Environments

  • Framework name: React
  • Framework version: 17.0.2
  • Component name: Selecto (+Moveable)
  • Component version: 1.17.0

Description

https://user-images.githubusercontent.com/88068998/187331828-2fd3effe-69aa-4ff6-a47c-3194b4787cf2.mov

Hi! I’m using Selecto with selectFromInside disabled and since I disabled the option, it seems to have created a phantom mouse down issue, which can become an annoyance very quickly. I cannot replicate it on none of the sandboxes online and I was wondering if you might have an idea what could be the issue in this case.

^ Attached you can find a screencast of the issue - I’m never holding down the mouse for a proper drag, the elements are just following my mouse.

this.selecto = new Selecto({
   container: this.div,
   rootContainer: this.div,
   selectableTargets: targetElements,
   toggleContinueSelect: 'shift',
   selectFromInside: false,
});

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
daybrushcommented, Sep 1, 2022

@adela-almasan

selecto’s new version is released. Check it again.

1reaction
daybrushcommented, Aug 30, 2022

@adela-almasan

I’ll fix it soon. Thank you 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Phantom mouse-clicks: driver problem? - Microsoft Community
The clicks are often accompanied by round dime-size flashes of light. I submitted a question about it earlier, before I had pinned down...
Read more >
Selecto.js is a component that allows you to select ... - GitHub
Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch. - GitHub - daybrush/selecto:...
Read more >
How to use phantomJS to simulate mouse hover on a HTML ...
I want to know how to simulate the mouse hover on a HTML element using the phantomJS code. Let's say I want to...
Read more >
Home - Documentation - Daybrush
If you want to selectEnd(click) after stopping drag and mouse(touch). selectFromInside: false; selectByClick: true; clickBySelectEnd: true.
Read more >
Microsoft Access Tutorial [PDF] - Yumpu
cursor in the Data Type of a field and click F1. Or. point at one of the properties and click F1. Lookup Wizard...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found