Skip to content

fixing issue with tooltip styling #3271

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

Merged
merged 3 commits into from
Apr 14, 2025
Merged

fixing issue with tooltip styling #3271

merged 3 commits into from
Apr 14, 2025

Conversation

BSd3v
Copy link
Contributor

@BSd3v BSd3v commented Apr 11, 2025

fixes #3269

Copy link
Contributor

@gvwilson gvwilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this fix it?

@BSd3v
Copy link
Contributor Author

BSd3v commented Apr 11, 2025

The issue was that the LoadingElement wasnt able to receive the jsx generated classname, therefore the styling was never applied.

Reverting to a simple div allows for the jsx classname to be passed once again. The isLoading is already utilized in the component, so just used the attribute from it instead of applying the LoadingElement.

This still needs a real test made. 🙂

Copy link
Contributor

@T4rk1n T4rk1n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

@T4rk1n T4rk1n merged commit 4341a9c into plotly:dev Apr 14, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] dcc.Tooltip() incorect placement: "direction" and/or "bbox" params are not respected
3 participants