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
1answer
8 views
jquery-ui-tooltip in appended element
I am adding element to a page (using jQuery) and I cannot get tooltip to work.
Is it at all possible?
Some relevant code:
<form>
<!--some html, inputs here-->
<!--also div wrapper ...
0
votes
1answer
11 views
Change the picture of toolstrip button everytime I click it in VB.Net
I'm working with VB.Net 2010.
I am trying to use a toolstrip button to fill my datagridview with all records including deleted ones. I use a flag column in SQL to set a row as a deleted one, instead ...
0
votes
1answer
13 views
jquery tooltip prevents another script from working
Problem: When I activate jQueryUI tooltip it prevents another script on the page from working.
Description: I have a floating button on a page:
<div id="buttonTOC">
<a href="#" ...
1
vote
2answers
41 views
Is it valid to put div tags in title=“” field
Is this valid for a tooltip? For some reason I thought it wasn't valid to add divs within the title field.
<div class="graph_item tooltip" title="
<div id='tooltip_inner_container'>
...
0
votes
2answers
17 views
Tooltip in Scatter
I having problem adding unix timestamp as extra point in tooltip.
My code is showing no graph. Help!
Here is part of my code:
My data array: $data[] = "[x:$valDE,y:$valDN,z:$datetime]";
And my ...
0
votes
0answers
4 views
In Magento when I hover over an product image its short description will be shown as tooltip
Is there any free magento plugin for tooltip like
http://www.bluenile.com/wedding-rings/womens-wedding-rings?track=NavWedWomensDiamond
and here is a screenshot:-
i want this type of tooltip in my ...
1
vote
0answers
6 views
How to bring back parameters documentation popup in SQL Server
I would like to make this appear when I want to in SQL Server.
Is there a keyboard shortcut for it ? I saw a similar question for the one in Visual Studio where you pressed Ctrl + Shift + Space.
0
votes
1answer
8 views
Stop HighCharts tooltip y-value conversion on 'area range with line' chart
I have a dataset I'm trying to graph using HighCharts and the "area range with line" chart; every value in the dataset is uniformly reported in scientific E notation (ex. 1.342E8). When using a ...
4
votes
1answer
38 views
Force HeavyWeight Tooltip with shaped JPanel
I'm working on an application with a custom shape, and having some issue with tooltips of my buttons. I isolated the problem in a simple example, which illustrate exactly my situation.
You can see, ...
0
votes
1answer
24 views
Is there a way to set InitialDelay for the ToolTip on a ToolStripStatusLabel?
I have a ToolStripStatusLabel as an image in my StatusStrip that when clicked shows a log report. I also set a ToolTip for this element, so the user knows what happens when he clicks in there. Problem ...
1
vote
1answer
29 views
FloatingTips with stay active on hover
I am using FloatingTip tool tip for my project and i am struggling for how to stay active and not to be closed when cursor is on tooltip.
Hear is jsFiddle [http://jsfiddle.net/SLvUz/3/][1]
For ...
0
votes
0answers
28 views
Display jquery-ui-tooltip when jquery-validation detects form errors
I use JQuery validation plugin and UI Tooltip.
// register_form validate
$().ready(function(){
$("#edit_admin_user_form").validate({
rules: {
...
0
votes
0answers
12 views
Tooltip doesn't show everytime
I got a code which takes a photo location, and display the photo in a picturebox. The code also sets a tooltip to the photo. The following code does that:
With myPicture
.Image = ...
1
vote
1answer
18 views
Is there a global HTML attribute like title or alt that i can use to store text for a tooltip dialog?
I use jquery to render a tooltip when i move my mouse hover some html tags. In this case it's the span tag. I would like to store in that span tag the text to be displayed into the tooltip.
I use ...
0
votes
0answers
23 views
foundation tooltip is not working
I am trying to use Foundation tooltip for a project. The project is under Yii framework.
At the end of the body, I added the jQuery, Foundation JS, and initialize Foundation.
<script ...
3
votes
0answers
60 views
How Can I Center Bootstrap Tooltip in center of SVG
Can you please take a look at this JsFiddle and let me know that how I can center the tooltip inside the SVG? I already see the same question on this post but to be honest it was too confusing for me!
...
0
votes
0answers
15 views
qTip popping out of the page
I have an issue there http://broadcasted.tv/network/8/hbo/
The tips for the bottom row extends the page beyond its size. I checked the docs (https://github.com/Craga89/qTip2/wiki/Viewport) and it said ...
3
votes
1answer
69 views
IE8 CSS selector ~ (tilde) addresses only first element
IE 8 will address only the first tooltip element "a[data-tooltip="sk_5 …" instead the preceeding ones too.
The HTML:
<div class="skcontainer">
<a class="specialClassifications ...
0
votes
0answers
9 views
Force a tooltip to work only with mouse
I am sinifing around with the tooltip styles and I can't find a way to disable the tooltip with the touch (and it only works with mouse over, for instance). Is this even possible?
Currently I am ...
0
votes
0answers
17 views
How to get AutoEllipsis tooltip to show ampersand character?
I am currently trying to resolve an issue on an existing winforms project where ampersand characters are not displayed properly in various parts of the application. Getting labels to display the ...
-4
votes
2answers
39 views
How to expand a div on item click [closed]
I've to design a tooltip sort of popup where I can show some html content. I would like to design this using jQuery. THe scenario is, when a user clicks on an item, a popup kinda thing should appear ...
0
votes
1answer
42 views
Display Tooltip on Progressbar [closed]
I am using the Bootstrap framework, I would like to display a tooltip on Progressbar based on the progress of the bar itself.
It active html code but don't show on browsers.
HTML
<div ...
0
votes
1answer
31 views
non static tooltip issue jquery
I have this code already working:
<div class="tippytrip">Here's a link!</div>
<div class="tippytrip">Here's a link!</div>
<div class="tippytrip">Here's a ...
0
votes
1answer
28 views
IE compatibility with jQuery Tools Tooltip
I've started designing a page using the jQuery Tools' tooltip (as demonstrated here).
I've tinkered with it a bit to allow onClick show and onClick hide. Works fine in Chrome, Safari and Firefox.
...
2
votes
3answers
52 views
Questionmark tooltip icon in fieldcorner
How can I display a small questionmark icon in one corner of a textfield that
reacts as a button
shows a tooltip when I hover over it
Can be applied to all fields
I don't want someone to do all ...
0
votes
2answers
22 views
Is there any character length limitation for HTML5 title tooltip in IE9 and chrome
For table data i have its content as its title content(very long multiple line text).In case of IE9 the tooltip doesn't show full text while Chrome displays tootltip with full text.I am using HTML5
0
votes
1answer
72 views
jquery tooltips code having to do it everytime
Every plugin or code I find for html tooltips have one issue that I need a workaround, they always have the content that needs to be displayed near the trigger and I dont want that, I want to have a ...
0
votes
0answers
15 views
how to get tooltip value in NSOutLineView selected cell
I'm using a view based NSoutlineview and assigned tooltip for every nodes in the outlineview. I used the below code to get tool tip, but it return null.
NSLog(@" tool tip: %@",[[outlineView ...
2
votes
1answer
19 views
jQuery tooltip flickers on links when position is specified
When I add a tooltip to a normal link, and specify the position (any position), the tooltip will only show if the mouse is hovered exactly over the text. If I don't specify a position, it works all ...
0
votes
4answers
39 views
jQuery Tooltip that doesn't use the <title> attribute
I'm looking for a jQuery tooltip plugin that doesn't use the <title> attribute. I've tried a few variations so far including; Tooltipster, PowerTip, jTip and TipTip! They all work but don't all ...
0
votes
1answer
41 views
Extend Style in wpf
I tried the following way to extend style and add tooltip message if validationresult is true. But it shows error "Property style is set more than once". How can I extend style for this case. Any help ...
0
votes
2answers
65 views
customize highcharts tooltip to show datetime
I'm developing a project that is expected to show this graph: http://jsfiddle.net/Kc23N/
When I click a point (tooltip) I want to show a date understandable, not the value in milliseconds.
I think ...
1
vote
1answer
45 views
tipsy tooltip position on long text trigger
Using tipsy.js for my tooltips. Works fine when the trigger only spans 1 line of text, but if a longer trigger wraps to the next line, it will just center the tooltip in that content area. Any ...
-1
votes
1answer
17 views
Form Fields in a tooltip
I want to display the form fields same as appearing on the below mentioned URL:---
https://quotes.tiger.co.uk/motorquoter/yourdetails.aspx
Means when the User clicks on any field a modal popup with ...
0
votes
2answers
38 views
Display array values as unique tooltip in highcharts
I am trying to display values of an array as tooltip in highcharts line graph.I am currently using values entered from a textbox as tooltip but trying to display array values as tooltip..the js fiddle ...
-1
votes
1answer
28 views
poshytip dynamic div id to content [closed]
i have an anchor tag :
<a id='themeBtn$key' href='Javascript:void(0)' onclick=showThemeKeyowrds(this,$key)>".ucwords($value['THEME_NAME'])."</a>
where $key is an themeId.
Below is the ...
0
votes
1answer
26 views
escape html twice in Rails
I am using Bootstrap tooltips for displaying user generated content. But i also use the option html: true because I want to enable html in the tooltip to be able to use some formatting.
Let's say i ...
0
votes
0answers
10 views
Image/bitmap in the Balloon Tooltip
Is it possible to have an image/bitmap(Not an icon) in a Balloon Tooltip that applications show from the Windows taskbar ?
Thanks in advance!
0
votes
1answer
45 views
Highcharts tooltip formatter
For this.x, I am getting the index location when I push the data in via code. If I populate the data separately, like the following code, then this.x returns the right item. How can I fix this issue?
...
0
votes
1answer
47 views
tooltip not showing on first mouseover
I am using jquery-ui's (1.10.2) tooltip widget and I am experiencing an annoying error.
The tooltip won't show on the first mouseover. It does when I mouseout and re-mouseover and everytime after ...
3
votes
2answers
53 views
Component.getWidth() returns 0 in different context
I have a custom TableCellRenderer for which I want to display a different tooltip depending on where in the cell the mouse is positioned. The issue I'm running into is that getWidth() is always ...
0
votes
0answers
30 views
ASP.net Chart Tooltip and Subtraction
I am trying to create a tooltip on a chart so that when user puts their mouse over a point in graph it shows the value, my problem is I can get the minimum value to display and the maximum value, but ...
-1
votes
1answer
42 views
link to follow on tooltip is shown but doesn't bring me there
Using the code at the bottom, the a href part does show the relevant link where my mouse is at, but when I click it it just redirects to .../index.php#.
I need some coding help - so it redirects me ...
-1
votes
1answer
42 views
Bootstrap tooltip doesn't works
Here is my HTML. I have included all files but....
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
<script ...
0
votes
4answers
48 views
JPanel how to add a ToolTipText
I have a little problem, I need to add a ToolTipText to JPanel. How should I do this?
I want to have a tooltip when I have mouse over the circle.
This is part of my code.
JPanel component1 = new ...
0
votes
1answer
18 views
Paint a tooltip placed in the Cursor.Current bottom-left point
I'm trying to paint a tooltip in the cursor bottom left. I'm using the following code to calculate de Cursor bottom point:
private void PaintTooltip()
{
...
Point target = ...
0
votes
1answer
16 views
Change tooltip position where mouse found
I am using highcharts pie chart and needs to change the tooltip position
to where the mouse is on while it's over the chart.
Currently I tried to change it's position but it's not working.
Here is ...
0
votes
0answers
16 views
Get extended data from kml in tooltip
when I convert a shape-file into a kml-file, the attributes are saved as extended data. In OpenLayers I found no way to display this extended data in a tooltip, I can only show the description.
I'm ...
0
votes
1answer
38 views
WPF Popup behave like office floating toolbar
I have an image control that shows a small thumbnail of an image,
I would like to have a popup control that pops when the mouse is over the thumbnail, and shows a big instance of the image
I would ...
0
votes
0answers
24 views
Prevent Kendo UI tooltip from displaying when loading ajax content
I'm using kendo tooltips configured to retrieve data via an ajax call. I'd like to prevent the tooltip from displaying if the ajax call yields no data. I've tried the code below, but this causes the ...





