Closed
Description
Describe the bug
Click event is not fired for the 1st subsequent click after a double click is handled.
Steps to reproduce the bug
- Go to the table row select demo page
- Double click on the first row (row should be selected now)
- Wait a second, then click once
- At this point, the selected row should be deselected from the 3rd click, but nothing happens until the 4th click.
Expected behavior
Upon execution of the 3rd click (distinctly seperated), the click handler should be fired.
Versions
Environment:
- Browser: Chrome (Windows 10)
Demo link
https://bootstrap-vue.js.org/docs/components/table#row-select-support
Additional context
I've been running into all sorts of hurdles because the BS-V API doesn't keep track of selections after sorting or page changes:
allow for programmatic selection:
- Rows cannot be programmatically selected/deselected
- Click events have to be manually fired on each row to select/deselect
- Double click events
- Double clicks are handled at a different speed than native JS handles them
Metadata
Metadata
Assignees
Labels
No labels