-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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 Do Not Work on Child Elements #31080
Comments
Not sure it's JS-related after all. It seems Font Awesome related. Changing .fas {
z-index: -1;
} Note that you don't need jQuery nor popper.js; you can just use our bundle dist file. |
That fixes it, but I wonder why it works in v4 and is broken in v5. |
I checked the HTML and it doesn't even appear there on the bottom of it unless the z-index is set to -1. |
Yeah, I hadn't have the chance to look closer, maybe someone else from the team will. |
I found something. Let me update my codepen. |
Check the codepen. |
Could be #30928 |
After testing that, the issue went away. Could you link the pull request to this issue? |
When upgrading, I noticed my tooltips on anything other than text (such as a Font Awesome icon) did not work. On Bootstrap 4 it works. I know it is a Bootstrap problem and not a Popper.js problem as it worked in Bootstrap 4.
My Info:
macOS Catalina 10.15.5, Chrome 83.0.4103.97
Here is a CodePen
The text was updated successfully, but these errors were encountered: