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

Tooltips on actions don't dispose correctly on polled table #14265

Open
robinmiau opened this issue Sep 16, 2024 · 0 comments
Open

Tooltips on actions don't dispose correctly on polled table #14265

robinmiau opened this issue Sep 16, 2024 · 0 comments
Labels

Comments

@robinmiau
Copy link

robinmiau commented Sep 16, 2024

Package

filament/filament

Package Version

v3.2.112

Laravel Version

v11.23.5

Livewire Version

v3.5.6

PHP Version

PHP 8.3.11

Problem description

I have actions with tooltips for my polling table, and when the table updates the tooltip remains visible.

Bildschirmaufnahme2024-09-16175744-ezgif com-video-to-gif-converter

(Couldn't show everything from the table, but there were always new entries)

It only disappears when you scroll.

Expected behavior

The tooltips should not be visible when the cursor is no longer over the action.

Steps to reproduce

  1. Add ->poll() to the table.
  2. Add ->tooltip() to an action.
  3. Hover over an action to see its tooltip.
  4. When the table refreshes and there is a new entry, the tooltip remains visible even if you move the cursor away from it.

Reproduction repository (issue will be closed if this is not valid)

https://github.com/filamentphp/demo

Relevant log output

No response

Donate 💰 to fund this issue

  • You can donate funding to this issue. We receive the money once the issue is completed & confirmed by you.
  • 100% of the funding will be distributed between the Filament core team to run all aspects of the project.
  • Thank you in advance for helping us make maintenance sustainable!
Fund with Polar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant