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

no range will be created when selection starts at first column in first row #4633

Open
stefanhoelzl opened this issue Nov 17, 2024 · 0 comments
Labels
Possible Bug A possible bug that needs investigation

Comments

@stefanhoelzl
Copy link

Describe the bug
When selectableRange is activated (e.g. set to true) it is not possible to create a range starting at the first column in the first row.

Tabulator Info

  • Which version of Tabulator are you using? 6.3.2

Working Example

Screencast.From.2024-11-17.17-02-40.webm

To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:

  1. Go to https://jsfiddle.net/pqm372r6/
  2. Click on 1 in column
  3. range added will be appear in console output
  4. Click on 0 in column
  5. no console output range added

Expected behavior
The range event rangeAdded should fire when a selection start in the first cell

Desktop (please complete the following information):

  • OS: Fedora 41
  • Firefox
  • Version
@stefanhoelzl stefanhoelzl added the Possible Bug A possible bug that needs investigation label Nov 17, 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