Skip to content
#

tooltip

Here are 350 public repositories matching this topic...

idc-developer
idc-developer commented Jan 15, 2020

Switching to bodyMode left our tooltips non functional, since in svg e.g. a textbox often is composed of a , but the tooltip should popup everywhere inside the g, e.g.
<g data-tip="my tip"><rect/><text/></g>
But body mode will currently search the data-tip in rect if you click on the box with no text or if you click on text.

bodyListener should search from e.tar

humblecoder
humblecoder commented Apr 30, 2020

Appreciate all the hard work on this project, but it would be nice to have more explicit/verbose documentation on the use of the various v-popover props. As it stands, I can't successfully position the v-popover using any of the props. The only one that seems to have any effect is :offset which results in wild and random page placement. I'm 99.99999% sure I'm missing something, but it would b

GrigorM
GrigorM commented Dec 27, 2017

The tooltip is shown on hover, but remains active on focus too. So when clicking a button with tooltip, the tooltip will remain active until i click somewhere else. I think the default behaviour should be to remove the tooltip after hovering out, and leave the current behaviour as optional, to be activated via a custom attribute.

SrMouraSilva
SrMouraSilva commented Sep 29, 2016

https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute

The aria-describedby attribute is used to indicate the IDs of the elements that describe the object. It is used to establish a relationship between widgets or groups and text that described them. This is very similar to aria-labelledby: a label describes the essence of an object,

Improve this page

Add a description, image, and links to the tooltip topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tooltip topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.