ForEvolve / bootstrap-dark

Bootstrap 4 dark theme that supports togging dark/light themes as well. There is no fluff, it changes the color of Bootstrap and that's it, no new thing to learn or unlearn, just Bootstrap, but Dark!
MIT License
298 stars 44 forks source link

tooltip not function same as official bootstrap #67

Closed cjbd closed 1 year ago

cjbd commented 1 year ago

Hello, I'm using 4.0 of this project, I found tooltip is not functioning same as official bootstrap:

https://getbootstrap.com/docs/4.6/components/tooltips/

I've loaded the bootstra.bundle.min.js, and tried both dark them and toggle theme, the tooltip simply shows below the text with a rectangle box, while the official bootstrap and control placement: top, left, right, down, and supports data-html="true"

I suspect data-placement data-html attributes are not working for @ForEvove/bootstrap

Carl-Hugo commented 1 year ago

Very strange. This project only changes the CSS part of Bootstrap, mostly just colour variables. Do you have a repro project I could investigate?

cjbd commented 1 year ago

@Carl-Hugo sorry for the late response and thanks for the update

unfortunately my project is not open source so i can't provide the entire code, we did our own investigations too we're using this project in a vscode extension, it's webview, which is iframe within a iframe and cross origin situation this looks like restriction from vscode, we also have other small issues with other open source libraries

this can be closed, i don't think this porject got issue, thanks!

Carl-Hugo commented 1 year ago

Thanks for the info, and good luck with your project @cjbd