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.
3
votes
0answers
2k views
Richfaces tooltip componentcontrol param
I have a table where each cell click opens a tooltip using the componentControl tag, this works. But I wanted to pas a parameter to the tooltip, which is different per table cell.
<rich:toolTip ...
2
votes
0answers
55 views
How to show tooltip when has overridden mouse_enter event (WPF)?
I have customized a taskbarnotifier follow this project: WPF Taskbar Notifier - A WPF Taskbar Notification
In this, author has overridden mouse enter event for hold window position in bottom right ...
2
votes
0answers
72 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 ...
2
votes
0answers
51 views
support parameter info tooltip for a new language in visual studio 2008
I am trying to support intellisense for a new language using Visual Studio SDK. Right now I am working on Parameter Info Tooltip. The problem I am facing is that the tooltip is shown when I type open ...
2
votes
0answers
75 views
Setting a default status bar message using Tix.Balloon
I am currently trying to use a Tix.Balloon to create a tooltip and a help statusbar for options within a graphical user interface. And it works pretty much as intended. However I would like the ...
2
votes
0answers
480 views
flot tooltip on imaginary vertical line
How can I add the ability for a tooltip for a point to show when the
mouse "hovers" over any tick on the x axis (and imaginary vertical line up)?
My graph only has 1 line on it. I
would like it ...
2
votes
0answers
384 views
Validation Tooltip on TextBox becomes orphaned when changing tabs
I have a TextBox on a TabItem inside of a TabControl. Using INotifyDataError changed based validation, when there is an error in the TextBox and you focus on the TextBox a validation tooltip displays. ...
2
votes
0answers
835 views
DataGrid cell ToolTip based on the column's data
In my application, i have tried to implement tooltip wich will show me some errors in the datagrid based on the dataGrid Column's text. For sample I have 4 columns with text-boxes for entering some ...
2
votes
0answers
626 views
Disable tooltip on some elements even when title is defined
Is there a way not to show a tooltip when the title of an element is defined ?
Im using huddletogether's LightBox2 which takes whatever is in the anchor's title and converts into HTML.
...
1
vote
0answers
14 views
Google line chart overlapping tooltip
I've designed a graphing application using the google charts api. Below is an example graph I draw using the data. As you can see there are two graphs in the image. when I hover on a graph a tool tip ...
1
vote
0answers
16 views
How to display 'Tooltip' for a Group (textbox + images) Assigned to Macro?
Context:
I have several groups that I've made in Excel 2007 that each consist of a textbox and image(s) and are each assigned to a macro. What I would like is upon a mouseover/hover of the group, it ...
1
vote
0answers
18 views
How to test tooltip for any mouse activity with selenium webdriver in java?
I'm trying to test a tool tip option for mouseover activity on a web image element. How to make sure whether the tool tip is being displayed or not ? here the problem is, in Mozilla, multi-line tool ...
1
vote
0answers
24 views
How to display tooltip next to selected text?
I am trying to show a tooltip (via qTip) when a user selects a piece of text. I am trying to get the tooltip to show up right next to the selected text. Any advice on how to accomplish this? The ...
1
vote
0answers
47 views
I am receiving an “invalid 'in' operand style” error when trying to add a tooltip feature to standalone SVG files
I am trying to add tooltips to a standalone SVG file but it is returning the following error:
TypeError: invalid 'in' operand style
[Break On This Error]
if ( name in style ) {
for the ...
1
vote
0answers
86 views
Tooltip, JQuery scrollbars not working in Ajax loaded content
I use .append() to load dynamic data in a page from another PHP page. The problem is the content from the another page have jquery scrollbars and tooltips. If I include jquery.js and remaining ...
1
vote
0answers
73 views
Kendo UI Tooltip Bugs
I have few bugs while using the tooltip from KENDO UI. I wanted to show help message for my input fields and so I set the position of tooltip to the right but it shows towards the top right corner of ...
1
vote
0answers
91 views
Client side validation with tooltip, rails
In my rails app, I'm using client side validation to show error message. I want to show this message on tooltip using bootstrap.How can I change my code so that it show in tooltip ..
Right now error ...
1
vote
0answers
283 views
Jasny Twitter Bootstrap implementation give an error on tooltip script
I have been implementing Jasny Twitter Bootstrap when I call validation for make a popover , an d it is giving me an error about a undefined var.
I am attaching my code in order you could help me ...
1
vote
0answers
97 views
Custom tips in Ext.chart.Chart (ext-js 4)
I'd like to reproduce something like this (in terms of Ext.chart.Tip):
in ext-js 4. The problem is that I have no clue where to start. What is the most effective way to achieve this result?
1
vote
0answers
43 views
Set tooltip display timer
I have been bothered by being unable to set a tooltip to display more than 33 seconds. My tooltip is created when I create a tab control with TCS_TOOLTIPS.
But one day, I found I can use the ...
1
vote
0answers
98 views
Keep JQuery UI 1.9 Tooltip on screen
I wonder how to insert controls (buttons, forms, etc) inside JQuery UI tooltips.
How to keep them visible and fade them out using a delay / mouseout control, with custom content ajax loaded?
url: ...
1
vote
0answers
73 views
tool tip position changes on expanded list items
When i put mouse on expand list items the tool tip postion takes to top of the page.
$(function() {
var hiddenElements = $('.storytitles ul li:gt(3)').hide();
if (hiddenElements.size() ...
1
vote
0answers
88 views
GWT MouseOutHandler not fired, when moving to fast over icon
I have a Tooltip class, which adds tooltip functionality to an element.
When I move too fast over an element, the MouseOutHandler sometimes does not fire and so the tooltip stays visible.
Here is ...
1
vote
0answers
151 views
Jquery Tool tip in input
I'm trying to implement a tooltip with varied content but simply not displayed. and get an error on this line in the js jQuery:
if ( targetElem.nodeType === 9 ) {
targetWidth = ...
1
vote
0answers
75 views
Have a RadGrid need to add tooltip to column rows
I am using a RadGrid. There is a column called Comments where I currently have it as Y/N
I like to add a tool tip if they hover over the Comments header rows. Is there a easy way of doing this?
1
vote
0answers
107 views
EasyTooltip is not working on first time
I use the following code to my site after couple of weeks later I found that the tool is not shows on first mouse over, I saw your suggestions that you gave already I m not sure what it define. Here ...
1
vote
0answers
203 views
Bootstrap Tooltip triggers class alert?
I get a strange background when I enable a tooltip. It might be the alert class, but I tried to delete it and it didn't help. Here's a picture:
HTML:
<a href="#Top" rel="tooltip" ...
1
vote
0answers
82 views
combining the actions of a tooltip with that of a modal window
I have a component of my site that is jQuery. I would like to use like a tool tip to walk the end user through the process of navigating this component. I have tried to modify the qtip plugin to do ...
1
vote
0answers
149 views
Integrate tooltips with CHM help in Windows app
We're trying to redesign our documentation process for a Windows desktop application, and two of the requirements we have are
Provide 'reference' help in a CHM format
Provide tooltip help on ...
1
vote
0answers
31 views
Tipsy is changing my images back to text
I'm using Tipsy with WordPress. I have the images all set up, but when I try to use the plugin it changes the image back to text. Why?
<img title="top-left" src="IMAGE.PNG" alt="" width="170" ...
1
vote
0answers
212 views
How to change the width and height of a tooltip
I have a tree view.In child node, Onmouseover, I have to display some contents on a tool tip or popup. The content is large. As of now, i have used a popup, which is not looking good. Tooltip seems ...
1
vote
0answers
372 views
jQuery tooltip to display multiple items
I am trying to use available jQuery tooltip code to display multiple lines in a tooltip. All the tooltips I can see pull in just one title attribute.
I display an image on a page and when I hover ...
1
vote
0answers
190 views
Clickable tooltip using qTips2 targeting title attribute. jQuery tooltip problems
I can not get a tooltip working using qTips2: -
http://craigsworks.com/projects/qtip2/demos/#tips
I need to have an image next to a label, which when clicked on opens up a tooltip. The tooltip will ...
1
vote
0answers
248 views
CSS3 Tooltip IE7 workaround
I have this CSS3 tooltip that works fine in Chrome, FF, IE9/8 but doesn't function in IE7, I was wondering if anyone can help out with making it work in IE7 as well.
/* ==================== ...
1
vote
0answers
90 views
Get trayicon tooltip
When you hover over a trayicon in windows, sometimes a tooltip appears giving you some information about the status of the application the trayicon belongs to. I want to get this text into a variable ...
1
vote
0answers
146 views
Using Jquery zClip in a tooltip
I've been looking through SO but can't seem to find an answer. I'm trying to use zClip to add a copy button to text that pops up in a tooltip. So, when the user clicks on the tooltip, there will be ...
1
vote
0answers
336 views
CSS speech bubble - triangle pointer gap
In FF and Chrome, the arrow up pointer triangle moves up away or down into the speech bubble depending on the screen size, leaving a gap in the former and overlap in the latter. The arrow-up does not ...
1
vote
0answers
144 views
Swing tooltip resizable
I've tried to implement a resizeable tooltip but have some problems with this.
When the tooltip is shown, the text updates on change in the model (implemented with property change listener). What I ...
1
vote
0answers
191 views
jquery toggle working only if you click twice
I'm implementing a tooltip thats triggered from an anchor tag and if you click the anchor we show the div right below it. I have the following code but you have to click the anchor twice for it to ...
1
vote
0answers
295 views
Jquery Tools Tooltip won't disappear
So this may be a bug but its bugging me, no pun intended.
Here is the issue, when you hover over the input field the tooltip shows up to the right, GREAT! The issue is if you hover over the now ...
1
vote
0answers
394 views
GWT HighCharts Moxieapps - How to get color of series in the tooltip and prevent tooltip going off the screen
We are using Moxieapps Highchart v1.3.0
we have two requirements in displaying the tooltip for line chart.
i. the x axis is datetime axis. we need to format the date displayed in the tooltip. So ...
1
vote
0answers
105 views
How to change location of tooltip box?
In RSVGTipsDevice, default positioning of tooltip box occludes other regions of the image (or plot). Is there a way to place tooltip box at the bottom/top of the plot, so that it doesn't block other ...
1
vote
0answers
63 views
Suggestions for tooltip link plugin
I need a Tooltip plugin very much similar to as Facebook uses for showing profile & pages in tooltips.
I tried out a few. I was happy with this plugin which uses YQL to retrieve info for the ...
1
vote
0answers
361 views
WPF Tooltip positioning
I have a style on my WPF Tooltip which basically makes it look like a speech bubble. The pointy part of the bubble stops aligning properly when the control is to the right of the window because WPF ...
1
vote
0answers
76 views
Display tooltip over NSSearchfield in Kiosk Screen Mode
I have implemented kiosk screen using the carbon api "CGDisplayCapture( kCGDirectMainDisplay )" and I have a NSSearchField over a kiosk view.
mysearchField = [ [ NSSearchField alloc ] initWithFrame: ...
1
vote
0answers
95 views
jqgrid, tooltip using table
I have a jqgrid table and I'd like to allow users to click on an icon, invoke a URL and display the resultant data as a table inside a tool tip:
+-----------------------------+
| title1 | title2 | ...
1
vote
0answers
143 views
Apply Right-To-Left to a tooltip on a WinForms StatusStrip
In my WinForms application, I'm currently populating a StatusStrip with multiple ToolStripStatusLabel controls:
http://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripstatuslabel.aspx
...
1
vote
0answers
134 views
Absolute position after data on same line
I'm trying to add custom tool tips after input boxes and I have it working fine, except for when I submit the form and the errors show. For some reason, the tool tip blocks the error text. It's just ...
1
vote
0answers
165 views
Tooltip behavior that treats a JComponent with subcomponents as a whole? (sans flicker)
I have a JComponent with several subcomponents, and I'd like it to have a tooltip that treats the component as a whole.
For instance, if you look at this solution to a similar question, the tooltip ...
1
vote
0answers
198 views
Different tooltip text on inner and outer div
I am using jquery tooltip plugin (http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ & http://docs.jquery.com/Plugins/Tooltip) on two divs (outer and inner) and can't figure out how to ...



