-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
Unexpected autoscrolling behaviour when clicking a table row #942
Comments
What is the intention of setting |
The intention is to scroll a node to the middle of the window using node.scrollIntoView({'topNode': node}) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This bug is still present in version 2.37.0: it is not possible to click a link in a cell if the containing row is not selected first (i.e. one have to click twice to trigger a link in a non-selected row). |
Hi,
My app is made of a multiple columns table in which additional column may contains some links triggering a function that open a popup window.
Using version 2.29.x, clicking a link just open the popup window
Using 2.30.2, clicking the same link makes the row scrolling to the middle of the window.
Then, only if I click the link a second time the popup window opens.
Is this a bug or is there a way to bypass the first click event using 2.30.2?
I also tried 'unselectable': true
Environment
enabled/affected extensions: table
Thanks a lot for maintaining this great FancyTree,
Olivier
The text was updated successfully, but these errors were encountered: