atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.86k stars 520 forks source link

tippy don't work inside th field on bootstrap table #1051

Open MarcoZucc opened 2 years ago

MarcoZucc commented 2 years ago

Bug description

I’am a problem with tippy.js used inside a table created with bootstrap table https://bootstrap-table.com/ and bootstrap 4.0 and I suppose that is a bug of tippy Is I use tippy inside th or td field it don’t work and console don’t return me anything, but outside of table works perfectly. I suppose that is a bug or a problem with position and flexbox of bootstrap I have try to: Use different jquery version, change proos of tippy in particular appendto and sticky but with no result

Reproduction

I have created a js fiddle that reproduce my situation

https://jsfiddle.net/w9mb80vs/2/

micktaiwan commented 1 year ago

it does not work in any th element

Huangzc88 commented 1 month ago

I have also encountered the same issue recently; the popup is not displayed within the bootstrap-table container. Is there no plan to fix this issue?