Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Multiple row selection, deselction is not possible by clicking on the same row again #4442

Open
VaishnaviAdai opened this issue Mar 20, 2024 · 0 comments
Labels
Possible Bug A possible bug that needs investigation

Comments

@VaishnaviAdai
Copy link

VaishnaviAdai commented Mar 20, 2024

DESCRIPTION
When you use keyboard shortcuts to select multiple rows by holding down the CTRL or SHIFT keys, you cannot deselect those rows using the checkboxes that usually allow for row selection.

We are using tabulator multi select row with checkbox.
Click on the first row on the checkbox. Click on the third row on the checkbox with SHIFT Key. It works as expected. But when we click on the first row on the checkbox and again on the checkbox. It didn't deselect the row

STPES TO REPRODUCE

  • Select a first row on checkbox. It selects the row.
  • Click on the third row on checkbox by pressing SHIFT Key. It selects three rows.
  • Click on the first row on checkbox. It selects the first row.
  • Click on first row on checkbox. It should deselect the first row. But it is not working.

Working Example
https://jsfiddle.net/0djfhc2n/4/

Expected behavior
Deselection should happen on clicking the same row/checbox again

Screenshots
Screenshot 2024-04-02 at 7 55 16 PM

Desktop (please complete the following information):

  • OS: MAC OS/Windows
  • Browser : Chrome
@VaishnaviAdai VaishnaviAdai added the Possible Bug A possible bug that needs investigation label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Possible Bug A possible bug that needs investigation
Projects
None yet
Development

No branches or pull requests

1 participant