floating-vue icon indicating copy to clipboard operation
floating-vue copied to clipboard

💬 Easy tooltips, popovers, dropdown, menus... for Vue

Results 205 floating-vue issues
Sort by recently updated
recently updated
newest added

I am globally registering this module ``` import VTooltip from 'v-tooltip' let tooltipOptions = { popover: { defaultPlacement: 'top', defaultBaseClass: 'vue-tooltip vue-popover', defaultInnerClass: 'popover-inner' } } Vue.use(VTooltip, tooltipOptions) ``` It...

need-repro

This library is great, but is also quite big.. I just want a small little tooltip, and it costs me 60KB unzipped counting v-tooltip and popper.. Could you support tree...

enhancement

Is there an option to have the tooltip popup where the cursor is like the `title` attribute does?

feature-request

If the component has v-tooltip directive, bind my personal classes and specified the functions on component's events `@mouseenter` and `@mouseleave`, the tooltip is not working properly. The tooltip show up...

need-repro

Hi, I have a severe glitching on mobile while scrolling. The tooltips are opened programmatically when they enter the screen the params are - trigger='manual' autoHide=false

need-repro

Today i sew such warning from the chrome, in console: [Deprecation] Percentages row tracks and gutters for indefinite height grid containers will be resolved against the intrinsic height instead of...

cannot-reproduce

Hi, when trying to use v-popover in grid layout it just pushes other components and overlaying the background (if you use it) on all the rest. v-tooltip work just fine....

need-repro

If developer tools are open on Chrome then the position of the tooltip is affected, with it showing the height of the developer tools above the correct position. It appears...

wontfix

I noticed an error that makes the tooltip to blink when it's open and Vue re-renders. ` ` Here it's my tooltip. isOpen changes when clicking on the button, and...

cannot-reproduce
need-repro

Hi @all Tooltip doesn't work in a tag what is here wrong? ```html ``` workaround: ```html ```

need-repro