Tooltips are a GUI (Graphical User Interface) element which typically pops up when the mouse pointer is hovering over an item in the GUI and provides some contextual information or clarification.
0
votes
0answers
63 views
Tooltip - difference in size in Firefox and IE
I have created a tooltip using below code. The size of this tooltip is different in IE and firefox. I think there is some issue with IE browser. Please help me in making the size of tooltip same for ...
0
votes
0answers
133 views
jQuery tooltip mouseout fix on iPad
I use jQuery tooltip, it works fine but not on iPad, the tooltip is displayed when I click the link, then I cannot get rid of it!!
I included this plugin
<script ...
-2
votes
2answers
85 views
Jquery tooltip to stay always open [closed]
Is it possible to make the built in jquery tooltip to stay open after i access the page for the whole time i am on the current page?
I don't want to use any external libraries.
EDIT:I want to ...
-1
votes
2answers
118 views
How to Copy the text present in the dijit.Tooltip
On mouse over, am showing some text in the tool tip.
On mouse click, i want to copy the text in the tool tip. is it possible to copy the text in the tool tip.
tool tip code:
<img ...
2
votes
3answers
793 views
How to test Tooltip text using MouseOver using Selenium webdriver
I have a small baggage icon which when hover the mouse over the icon, a tooltip text displays. I want to test this by writing C# code in Visual Studio.
Here is how the baggage icon displayed in html:
...
1
vote
1answer
1k views
EXTJS: Displaying Custom Tooltips Over Grid Cells
How would I display a custom tool tip (like a Menu) over a grid cell when the mouse hovers over it? It has to be dynamic as each cell can have different menu items in the tool tip. I need to know the ...
0
votes
0answers
13 views
How to provide a tooltip option for SHARE and HELP icons that appears if we embed a YouTube video in our page?
Is it possible to provide a tooltip option for SHARE and HELP icons (on the top right of the video) that appears if we embed a YouTube video in our page?
0
votes
2answers
86 views
View Tooltip structure in chrome?
I am trying to view, through Chrome's developer tools, how tooltips are structured on a site. However, even when I am hovered over the item, when I "inspect element", nothing shows for the tooltip in ...
0
votes
1answer
52 views
Show diffrent tooltip on label and column
I am using Highcharts creating Bar graph, and wonder if it is possible to show different
tooltip when mouse is over label and mouse is over column
1
vote
1answer
73 views
WPF tooltips from database
I need to be able to edit tooltips at runtime in an 3-tier WPF app. (This would probably be allowed for an admin, not for every user.) What I would like is to have the tooltips in the database, and ...
0
votes
0answers
55 views
Adding tool-tip to an image rendered using Highcharts Renderer.image() api
I wanted to add a tool-tip to an image that is rendered using:
image (String source, Number x, Number y, Number width, Number height) api.
I couldn't figure out a way to do this, I am using ...
0
votes
0answers
128 views
Highcharts graph: tooltip when mouse over label
On Highcharts graph, can we show a tool tip when mouse over label
other tool tip than shown when mouse over columns (point)?
thanks
Chanan
1
vote
1answer
129 views
How can I create a tooltip like the ones in Google+?
I am trying to create functionality like Google+ in which if the user resizes the window, the menu items on the left get hidden and when user hovers the more link the hidden menu items start to show ...
0
votes
1answer
158 views
Jquery fadetoggle
Im trying to use jquery fadetoggle for smooth fadein and fadeout. Everything works nice except one thing. When u hover the paragraph a tooltip fades in and when u leave paragraph then a tooltip fades ...
0
votes
1answer
45 views
Tooltips containing some component, like a datable or progressBar, instead of text
Is there any way to use tool tips, but instead of text, put some component in it, like a datatable, label, panel or similar?
Somthing like this, but with a component instead of text.
8
votes
3answers
307 views
How to display the data from database through tooltip?
i want to display the data from ajax request to tooltip, it's open in modal window right now, but I want to open it into the tooltip, how can I do that, I tried a lot but didn't get success, I stucked ...
1
vote
1answer
114 views
Path to an image in the local drive
I'm using the following code to use an image in my local drive as a tooltip but it does'nt show the picture :
String path = "C:/images/A.png";
labelIMG.setToolTipText("<html><img ...
0
votes
0answers
102 views
Changing Cursor and showing tooltip for a Button Control
Problem with the code below:
- Not showing tooltip for button controls on a popup dialog box.
- Not changing cursor while mouse moves on button area (whereas i can change so in near by area of button)
...
1
vote
4answers
146 views
how to change click to mouseover or hover through jquery?
i want to display the date on mouseover or hover, right now it's onclick, i have used tooltip to display the data but i want to show the data on mouseover, i tried a lot but didn't get success? any ...
0
votes
0answers
45 views
Disabling a bootstrap tooltip on an elipsis element when elipsis is no longer needed
I'm using bootstrap tooltip and jQuery dotdotdot.
I have a page with list of elements that each one has a line of text.
When I load the data to the page, foreach one I calculate if the text needs an ...
0
votes
0answers
44 views
BaloonToolTip doesnt respond on Click event handler in C#
So I have an app that automatically adds some info to the SQL data base with 2 tooltips. One baloontip with confirmation that info has been added to the data base, and second with information about ...
2
votes
2answers
302 views
how do you add an image to a jquery tooltip
I haven't seen this exact question addressed...if it has been, just please point me to it.
I'm using jquery's ui tooltip. I have one link that when you mouseover it, I'd like to show an image. ...
0
votes
1answer
82 views
How to print count value of two different entries form single column on tooltip in ssrs
I'm stuck on a point to pass an expression to count number of male and female members.
I'm using India map .shp file where i want to print on tool-tip with Name of the state and separate count of male ...
1
vote
1answer
119 views
Tooltip: Json content load
I want to show a tooltip with content loaded from a json file. I am using the tooltipsy plugin.
The element where the tooltip must show info about is given an REL with number.
<span ...
0
votes
0answers
57 views
Install custom ToolTipManager
I would like to extend the ToolTipManager to have a custom look and behavior.
Two problems:
To extend the class I have to create the child in the same package
(the constuctor of ToolTipManager has ...
0
votes
1answer
102 views
How can I add link with var in bootstrap popover?
I try use this one
Html
<div class="company-logo">
<a class="popup" href="#" data-toggle="popover" data-content="Download den Mazda Case (.pdf)">
<img ...
2
votes
0answers
69 views
How can I make my tooltip not to hide in browser window
I want a tooltip wordpress plugin or jquery plugin for my Wordpress website inorder to show some description in it and I want my tooltip not to hide in any browser window.
Could anyone suggest me the ...
0
votes
2answers
243 views
How to set the tooltip of WPF combobox based on selected value?
I have a combo box in my WPF application.
Using below code I can set the tooltip as selected value.
ToolTip="{Binding Path=SelectedValue, RelativeSource={RelativeSource Self}}"
But if I need to ...
0
votes
1answer
614 views
d3.js tooltips on path
a lot of what I've read regarding d3.js and tooltips makes reference to having individual points on a graph.
instead, my graph graph is using one long path to render. I was wondering how I would ...
0
votes
0answers
111 views
Jqplot highlighter tiptool position piechart on current data position
Im working with Jqplots piechart and wanted to have the highlighter tiptool to be position on current rollover location on the piechart. Currently the tiptool sits in one position
highlighter:{
...
0
votes
1answer
79 views
Silverlight ComboBox - Tooltip on item subelement
In my Silverlight ComboBox, each item is a horizontal StackPanel with two elements: a small shape and a TextBlock. The shape has a tooltip (using TooltipService). When the dropdown list is open, I can ...
0
votes
1answer
184 views
jQuery UI tooltip on toggle
There is such problem: Tooltip doesn't show on page. it shows only if i click on toggle.
How can i do that tooltip will show without clicking on toggle...?
Here is the code:
Js:
var tooltipD = ...
2
votes
2answers
447 views
jQuery UI Tooltips - How to correctly position vertically centered to the mouse?
Update: Still looking for a viable solution, but check my answer below, it may help you or give you an idea. It works for a specific resolution.
I'm using the jQuery UI tooltips plugin but I
m having ...
0
votes
0answers
118 views
Jquery ToolTip - working but needs tweaking
I'm using the code here :
http://cssglobe.com/easiest-tooltip-and-image-preview-using-jquery/
This seems to work fine apart from an issue with a table.
My table is very wide, has over 80 columns ...
0
votes
0answers
110 views
ToolTip - showing even when leaving control & flickering issues
I am quite surprised that no one came up with the following 2 problems regarding the ToolTip component of the .NET framework:
Flickering issues.
ToolTip not vanishing during "high-frequency" updates ...
0
votes
1answer
58 views
how do i get a tooltip such as cluetip, to work in Internet Explorer?
My cluetip works great in Chrome, but whenever I bring the same exact code to IE it doesn't even show up or it shows the default tooltip. Any suggestions? Is there some code I can put in my cluetip to ...
0
votes
1answer
30 views
tooltip echo $row->description
I am trying to echo the result of a db $row->description in jquery ui tooltip. The tooltip will display most my other PHP $row requests like images and titles, but it will not echo the description ...
1
vote
1answer
107 views
Tooltip Hover State
I've overridden the color of a bar in a bar chart by acting directly on the graphic. It works on initial load, but if I hover over the bar to display the tooltip, when I mouseout, it reverts to the ...
0
votes
0answers
278 views
Twitter Bootstrap Tooltip with Ajax Injected Elements in Firefox
I'm using AJAX to inject elements into the DOM:
$.ajax({
url: 'foo.html',
type: 'post',
data: { foo: "bar"},
success: function (html) {
$("#foo").html(html);
...
0
votes
1answer
66 views
Tooltip on form load
I have a login form. The form has 2 textboxes, and 3 buttons. one button says "Students."
What I want to do is to show a tooltip on this button when the form opens. I dont want to have to go to the ...
0
votes
0answers
80 views
Read tooltip value itextsharp
Is there anyway of reading the tooltip value of an Acrofield (text field) in iTextSharp?
The text field is used to mark the position/heigh/width of a barcode and I'm looking for a way of signalling ...
0
votes
4answers
169 views
How to design below effect in a div without using any Images
How can we design tip in bottom just like above without using any images.
Below is my trail code:
<div id="coverImageToolTip"><p><font color="white">TIP:</font> UPLOAD ...
0
votes
1answer
274 views
HighCharts: Labels visible over tooltip
Labels on my chart are showing over tooltip, which doesn´t look very nice. I tried to play with zIndex, but to no result. How can I make tooltips "not transparent"? Here´s my ...
0
votes
1answer
87 views
Don't return poshytip under certain conditions
I want to show poshytips when I mouseover elements in a class, but only if they meet the conditions specified in the content function. If not, I do not want an empty bubble to appear.
...
0
votes
1answer
246 views
-webkit-transform(hover tooltip) not working in Safari (Windows 7) but works in Chrome, Opera, IE 9, and Firefox (all latest)
I've unsuccessfully trying to get a hover to popup a tooltip in Safari in Windows 7. It works in Chrome, IE 9, Firefox, and Opera (all latest versions). I can get the tooltip to popup in Safari if ...
1
vote
1answer
128 views
Jquery tooltip always showing head title name as tooltip
I'm using the built-in Jquery tooltip library and it works great, EXCEPT in Firefox, it always shows the title of the page (inside <head>, like so: <title>My ...
1
vote
1answer
67 views
How to offset & prevent tooltip(s) from passing the bottom edge of a page?
I'm trying to figure out what to add to this script to prevent the tooltip from going past the edge of the bottom of my page. Any help and your time is much appreciated thanks.
...
0
votes
1answer
77 views
How do I make my tooltip appear below my link even if my link is at the bottom of the page?
I used the library http://www.menucool.com/tooltip/javascript-tooltip.
The tooltip works almost perfectly, I have just one issue.
When my link is at the bottom of the page, the tooltip appears above ...
0
votes
1answer
77 views
Raphael.js + qTip2 multiple tooltip loop issue
I have Raphael + qTip2 working to make a Pie SVG + Tooltip hover.
The issue I am having is that when you hover over an SVG sector it shows the tooltips for every other sector in the code. I have ...
0
votes
1answer
60 views
Add ToolTipText in Jlist Item(s)
public static void populateJList(JList list) {
ArrayList<String> contents= DataAccess.getContents();
DefaultListModel listModel = new DefaultListModel();
for (String ...



