rikulo / bootjack

Twitter Bootstrap ported in Dart.
https://quire.io
Apache License 2.0
88 stars 15 forks source link

Tooltip/Popover will be closed if open, close, then open in 500ms #31

Open scribetw opened 2 years ago

scribetw commented 2 years ago

https://github.com/rikulo/bootjack/blob/28cb1807b0882a74cd2435ad5e6eaa2e09367d2c/lib/src/tooltip.dart#L297-L301

The delayed 500ms callback will hide the tooltip/popover.

https://user-images.githubusercontent.com/6398934/178932128-94bfaa48-9382-486a-a45e-1c2d275df772.mp4

scribetw commented 2 years ago

https://github.com/twbs/bootstrap/blob/v3.4.1/js/tooltip.js#L467-L497

FYI