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 FontIcon not working properly for some icon sets #143

Open
sheydrich opened this issue Aug 22, 2021 · 0 comments
Open

Tooltips on FontIcon not working properly for some icon sets #143

sheydrich opened this issue Aug 22, 2021 · 0 comments

Comments

@sheydrich
Copy link

I have a lot of FontIcons in my application, and often use tooltips on them. 90% of the time, this works totally fine, but I noticed that when setting a tooltip on a FontIcon with an icon from the bootstrap icons set, the tooltip text is not displayed correctly. Here, I have installed a tooltip with text "This is some text!" on a bootstrap icon:
grafik
... while the same tooltip text is correctly displayed for example on CoreUI icons:
grafik

Bootstrap is the only set where I observed this problem, but I have not tested all of them (so many!), so no idea where this problem might show up as well.

I suppose this has to do with the underlying font being inherited by the tooltip?

(If someone else is having this problem and looking for a workaround: I currently simply put the icons in a container like an HBox and add the tooltip to this container instead)

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

No branches or pull requests

1 participant