7,237 questions
-1
votes
0
answers
39
views
How to get if tooltip is on left side of crosshair?
I use ng-apexcharts v2.0.3 with area type chart and events.mouseMove to align tooltips center to middle of crosshair.
Current tooltip settings:
tooltip: {
enabled: true,
shared: true,
...
Tooling
1
vote
4
replies
79
views
Which programming tool can best help beginners learn?
Sorry for the inconvenience. I am a beginner programmer. I asked Gemini, ChatGPT..... , They suggested many useful programming tools like Visual Studio Code, CodeSandBox , Redplit,.... I tried to ...
-4
votes
1
answer
78
views
How to do tooltip info message in angularjs
I am trying to show the info message when we click the button. But it is not working in AngularJS.
When I click the button nothing will happening. I am not getting any error, but it is not working.
...
0
votes
1
answer
59
views
Tooltips for submenus are not showing in the status bar of the wxPython application
I created a Toy example code in order to reproduce the problem I need to tackle which is also happening in the main application I am developing.
The code was exceuted under Python 3.13.5.
Toy example ...
Advice
0
votes
2
replies
52
views
How can I make hidden supplementary content available to assistive technologies and mobile users?
My project uses a custom plugin for pulling in open data from multiple sources and outputs those sources in different areas of a profile page. For example: title, URL, social icons, list of categories ...
4
votes
1
answer
104
views
Not able to validate the error tooltip as it does not show in DOM
I am using Playwright to automate a website: https://demo.automationtesting.in/Register.html
Without filling anything, click on Submit. An error tooltip will show up. I would like capture and validate ...
Advice
0
votes
2
replies
50
views
In qualtrics survey: make another question (that is just text) to a popup which appears on click (without using Javascript)
I have a question everyone sees that is like this:
Click if you want to know more on
<button onclick="alert('Display the question QID9')">topic A</button>
or
<button onclick=&...
Advice
1
vote
4
replies
124
views
How to make a js dropdown with description like Microsoft Excel
How can you recreate with javascript a dropdown with a side "tooltip" description like Microsoft Excel does? What I'm trying to obtain is this:
Is there a library already that could handle ...
0
votes
0
answers
73
views
Prevent tooltip trigger from receiving focus when tabbing through input field (Svelte + bits-ui)
I’m designing an input component with a small indicator icon that shows a tooltip (with feedback for the user).
The tooltip can be opened by pressing ?, F1, or hovering over the icon, and closed with ...
0
votes
1
answer
105
views
How can I align a tooltip relative to the page or its container?
If I position a tooltip around links, links to the left of the page are OK, but hovering over links to the right causes the tooltip to run off the side of the page.
The links are in a <td> ...
0
votes
1
answer
69
views
Can I use HTML tooltip with react-native-render-html?
I would like to use something like the HTML tooltip in my React Native app using react-native-render-html. For example, when a user touches a word or phrase I would like to do something like it is ...
0
votes
1
answer
55
views
Awesome-WM: Adding a tooltip for the tags
I've a set of tags, named with one character each:
When hovering on one of them, I'd like a tooltip to show up, but haven't been able to figure out how to do it.
Here's what I have for the moment (...
0
votes
0
answers
81
views
How to make a Tooltip using TooltipDrawable in java?
Up to now, there is no straightforward and official way for creating a Material Tooltip in java. I know that one can create a TooltipDrawable using:
TooltipDrawable tooltipDrawable = TooltipDrawable....
0
votes
1
answer
74
views
How to display all controls' ToolTips in one control?
In my Avalonia app I want to have a "status bar" TextBlock display text explaining the function of whichever control the user hovers over with the mouse, be it a Button, TextBox, TextBlock, ...
0
votes
1
answer
61
views
What causes Blazor Bootstrap Tooltip not to include newline?
I was facing a bizarre behavior with the Blazor Bootstrap Tooltip. If I tried it using Console.WriteLine(string? value);, the newline is applied properly, but when I specify them in the Tooltip's ...
1
vote
2
answers
256
views
Why matTooltipClass does not work in Angular 18 project?
stackblitz project
I tried both in global styles.scss and component scss with ::ng-deep, but it does not work at all.
It seems related to the style defined in this line in global styles.scss:
@import '...
0
votes
1
answer
89
views
Hard to customize Angular material tooltips
MY angular project is using angular 18.2.3 and material is added using "ng add" to be compatible. BrowserModule, BrowserAnimationsModule, MatTooltipModule are imported and exported in shared....
4
votes
2
answers
199
views
ToolTip.Popup event not firing with ToolTip.Show() in .NET Framework
I have an old WinForms application with a normal TreeView, where I need to show customized tooltips for individual nodes.
I am using a ToolTip component (OwnerDraw=true and IsBalloon=false), and I ...
4
votes
1
answer
138
views
Customized tooltip for TreeView nodes fails due to the Popup event not firing
We have an old (very old) WinForms application that depended on some 3rd party components that we are no longer allowed to use. One of those components was used to display tooltips on individual nodes ...
1
vote
1
answer
113
views
SendMessageW with TTM_ADDTOOLW results FALSE
The following code will produce a working tooltip:
void Tooltip::init() {
InitCommonControls();
hwnd = CreateWindowExA(WS_EX_TOPMOST, TOOLTIPS_CLASSA, nullptr, WS_POPUP | TTS_NOPREFIX | ...
0
votes
1
answer
149
views
How can i convert & display markdown links in Angular (v19) Material matTooltip
I am working on an Angular app, where in some areas i use the ngx-markdown to format and display some text. Its been straight forward using the markdown tags like so:
<markdown class="thread-...
0
votes
1
answer
151
views
How to get displayed tooltip height (not tooltip.getHeight)
I want to show tooltip while clicking one button.
Relative position between this button and tooltip looks like:
I calculate the coordinates of Point B by:
B.y = (Button.minY + Button.maxY) / 2 - ...
2
votes
1
answer
132
views
How to add tooltips to the column headers of a DataGrid table?
Given the UI component as defined in
https://shiny.posit.co/py/components/outputs/data-grid/
how to add a tooltip to each column header, or a subset of?
0
votes
1
answer
60
views
How to dynamically set a tooltip using jQuery with data from a GET request?
I'm trying to add a tooltip to table rows based on data fetched via an AJAX request. The goal is to display additional info when the user hovers over a row in a specific table. Here’s the code I’m ...
0
votes
2
answers
161
views
Leaflet.js Tooltip Rendering Issue When Binding Dynamic Data to Station Markers in Loop
I'm working on a route visualization tool using Leaflet.js to map Amtrak train routes. I'm loading station coordinates from a JSON array and creating markers with custom tooltips showing station names,...
0
votes
0
answers
26
views
Modify z-index of virtualSelecInput tooltip
I am writing because I am struggling to find a solution for this. I have prepared a shiny dashboard using the shinydashboard package and shinywidgets. In my dashboard I have virtualSelectInputs in the ...
0
votes
1
answer
120
views
Bootstrap 5 tooltips not working when added after document ready
I have a page that loads a javascript file. At the top of the javascript file I am declaring my constants for Bootstrap 5 tooltips:
const tooltipTriggerList = document.querySelectorAll('[data-bs-...
1
vote
1
answer
50
views
How to get the French tooltip text button to work? It works in English and German
HTML Newbie here
I want a button that uses the normal encoding, and also displays French. However, there are also some apostrophes (French altert texts is: Dans l'envelope.), so naturally I escaped ...
1
vote
1
answer
83
views
How to indent bullet text in R Shiny hover-over tooltips?
Any suggestions for how to neatly indent bulleted text rendered in a R Shiny hover-over tooltip, as illustrated in the below images? I post the code at the bottom.
Here is how the tooltip currently ...
1
vote
0
answers
162
views
How to use SafeHtml & DomSanitizer to display dynamic HTML content from server inside tooltips in Angular application
We are trying to show HTML that comes from the database/server inside our Angular application using the [innerHTML] and SafeHtml approach.
Here is the flow...
Data comes from the server into the ...
0
votes
1
answer
494
views
Implement a React Popover primitive that is not affected by other layers z-index values or position fixed issues inside containers with transforms
I need to implement a Popover primitive that always appear on top of all other elements in the page, I tried to see if some well known solutions have this implemented but it seems in all cases the ...
1
vote
1
answer
81
views
How can I increase space between the tooltip and a scatterpoint point on a ggplotly plot?
I have a plot using the following generic code:
p1 <- df %>%
mutate(groupingvar= fct_reorder(groupingvar, datefield)) %>%
mutate(typeinfo= paste(typenumber, "-", ...
0
votes
1
answer
144
views
How to add a hover-over tooltip to rhandonstable header cell?
I'm trying to add a tooltip when the user hovers the cursor over the rendered table column header "Percent", in the second column. I've been fiddling with HTML, the onRender() function, with ...
2
votes
1
answer
60
views
Visual Studio Code (PHP) tooltip transforms to real characters and the code crashes [duplicate]
Sometimes VSCode goes crazy and converts the tooltip to real characters and the code crashes because it doesn't understand what baseOptions: means.
I don't want to turn off the tooltip.
How can I turn ...
1
vote
1
answer
59
views
Custom tooltips not displayed for all lines
I created a dashboard using Google Charts and wanted to annotate data by using custom tooltips. But I only manage to display my custom tooltips for the latest created line (line of plot87 in JSFiddle),...
0
votes
1
answer
35
views
If set tooltip text for list view items then onItemClickListener is not working
If set tooltip text in adapter:
public View getView(int position, View convertView, ViewGroup parent){
convertView.setTooltipText( convertView.getContext().getString(R.string.level )+" "+...
0
votes
1
answer
178
views
Delphi HintWindow with padding
I'd like to create some padding to all hints shown in my Delphi 12 application. I am already setting the global HintWindowClass to a custom class derived from THintWindow, and I thought its ...
1
vote
0
answers
99
views
How to show different tooltips for target and bar in Highcharts bullet graph?
I am implementing a bullet graph using Highcharts and need help with configuring tooltips.
My requirement is,
When hovering over the target line: Show target-related details.
When hovering over the ...
1
vote
0
answers
24
views
Change tooltip text of hrizontal bar names in apexcharts
I'm working with charts and specifically with Apexcharts. Is there a way to change the tooltip text that appears when cursor is over the bar name?
The default situation show the same name of the bar ...
1
vote
1
answer
135
views
How would I add a tooltip to specific strings on a textArea in java?
I would like to make it so that a user can select text that they've previously written into a textArea, then afterwards they would be able to select it and add a tooltip that would appear when ...
0
votes
1
answer
108
views
Tooltip on short click on Android MenuItem
We use a few tooltips throughout our Android app, configured simply with view.setToolTipText(string). However, since we want the tooltips to display on a short/regular click, rather than a long click, ...
2
votes
1
answer
188
views
How can I add a shadow to a tooltip arrow that goes under the tooltip content?
I am currently in the process of making a tooltip for an input box in a react project. The arrow goes above the tooltip content, pointing upwards. I would like for the arrow and the contents of the ...
0
votes
0
answers
41
views
Hyperlink href preview in flutter
In react or html when you hover over a link element like this:
Example Link
The browser shows a tooltip of the url at the bottom left of the browser.
Is there any way to achieve this in flutter?
I ...
1
vote
0
answers
40
views
How to avoid the opening of the "download dialog" when hovering on a svg image on Android?
I created a web page in HTML showing a toolbar with icons made in svg.
Using CSS, I added the "tooltip" functionality that makes the icon function appear with a certain delay (using :hover).
...
1
vote
0
answers
81
views
How to Add Tooltip Details in SingleValue Chart in Sumo Logic Dashboard?
I’ve created a Sumo Logic dashboard with a SingleValue chart to display some key metrics. It works fine for displaying aggregated data (e.g., percentage values). However, I want to add more details in ...
0
votes
0
answers
413
views
PrimeVue v-tooltip - Need help understanding error
I'm testing out PrimeVue. Created a simple timestamp template that is being imported and displayed in the main App.vue template. See the following code. timestamp and local_timestamp show up correctly ...
1
vote
1
answer
155
views
How can I get a tooltip to appear above a widget instead of below with gtk4
I have widgets at the bottom of the screen that have tooltips. I'd like to tell gtk that I would prefer these tooltips to be shown above the widget instead of below the widget. In my case the ...
1
vote
2
answers
63
views
2 tooltips appearing on mousehover
This is my code. I am getting 2 tooltips in Safari. I want one tooltip that I have already prepared.
Can you kindly let me know how to make the default browser tooltip disappear?
<div
[attr.id]=...
0
votes
1
answer
78
views
Jface Tooltip in a Jface TreeViewer disappears too quickly, how can I make it stay visible longer?
I'm working on a Java project using the Eclipse Jface librairies, and my goal is to display a custom tooltip when the user hovers over an item in a Jface TreeViewer. However, I'm encountering an issue ...
1
vote
2
answers
100
views
Tooltip on "img" element containing an SVG doesn't show up consistently
In JavaScript, I'm creating an image element that shows an SVG icon that includes transparent parts:
const iconImg = document.createElement("img");
iconImg.className = "host-icon";
...