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

ResizeColumnsPlugin causes header tooltips to behave weird #732

Closed
jhickman opened this issue Nov 30, 2022 · 0 comments
Closed

ResizeColumnsPlugin causes header tooltips to behave weird #732

jhickman opened this issue Nov 30, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jhickman
Copy link

When using the ResizeColumnsPlugin (RC14), the tooltips on the headers behave strangely.

Sometimes the tooltip becomes.. "detached" from the header and doesn't realize that it should go away. The easiest way to reproduce this is to resize a column past the right side so that it's hidden from overflow. The tooltip of that column will remain persistent on the page. It's not until you scroll to the right and mouse over the header before it disappears.

Another issue with tooltips and the ResizeColumnsPlugin is during the resize. This seems to happen more on Chrome in Windows, but I have noticed that the tooltip will bounce between the two columns surrounding the resizing handle. This is probably due to mouse drag speed and whatever header the mouse is over at the time; which can cause for some strobing effect.

Possible solution:
Temporarily disable DataTable header tooltips during the drag of resizing a column.

Screenshot
image

@vegegoku vegegoku added this to the 1.0.0-RC15 milestone Dec 2, 2022
@vegegoku vegegoku self-assigned this Dec 15, 2022
@vegegoku vegegoku added the bug Something isn't working label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants