7,248
questions
1
vote
1
answer
19
views
Angular (18) Material Tooltip - how to add/customize border?
I am using the latest version of Angular and Material, as of this question's publishment.
I've managed to change the background and text color of the tooltip, overriding these variables:
--mdc-plain-...
0
votes
1
answer
33
views
Android 15 Tooltip bottom is truncated when it exceeds the screen height
The code below works fine on Android 14-, but on Android 15, the bottom of the Tooltip is truncated:
The bottom of the red border is missing, and only the top part of the letter 'g' is visible.
Looks ...
0
votes
1
answer
25
views
VsCode Language Server Protocol on Hover local image not working
I'm creating an external language server in csharp using the language server protocol for a client in vscode.
In the language, there exist references to image files (pngs), and I would like to have an ...
1
vote
1
answer
23
views
Formatting Issue with Tooltip in Highcharter Dependency Wheel Chart
I'm using the highcharter package in R to create a dependency wheel chart visualizing export relationships between Brazilian regions and economic blocs. While most of the chart's formatting is correct,...
-4
votes
0
answers
45
views
How do I get rid of this popup in VS Code while coding [duplicate]
This info pops up while I'm coding and I'd like to not see it again. It gets in the way when I want to see what I'm doing and stop me from using arrow keys in certain ways.
How do I get rid of this ...
-1
votes
0
answers
9
views
Tooltip Color Circles not displaying in custom visuals
The colours passed to tooltipServiceWrapper.addTooltip are no longer displaying in the Service.
Same visual earlier was showing tool tip with legend colours, but now coloured circles are gone.
0
votes
0
answers
24
views
Issue with Tooltip Not Appearing on Tab Navigation in Chrome/Firefox but Working in Edge
I'm encountering an issue with tooltips in our product across different browsers. Here's the scenario:
When hovering over an element with the mouse (which has a tooltip) on Edge and Chrome, the ...
1
vote
0
answers
44
views
Tippy tooltip not working in server side datatable render function
I am creating an index on posts using Blade and I am having a problem in my code: tippy tooltip is not working on render function of datatable serve-side.
I am not getting any errors; every time I ...
0
votes
0
answers
9
views
how to show function/method parameter hints in Kdevelop, C++?
The title is completely expressive:
how to show function/method parameter hints in Kdevelop, C++?
UPDATE
My system specifications:
Ubuntu 22.04
KDevelop version: 5.7.211203 (21.12.3)
0
votes
0
answers
45
views
How to display Grouped stacked column chart with tooltip for each stack in Android
In my application I am using the Grouped stacked column chart. I am successfully loaded the graph with the sample provided.
chartView.theme = "grid-light";
HIOptions options = new ...
0
votes
2
answers
45
views
ExtJS 6.2: Add afterLabelTextTpl Dynamically
I'm trying to dynamically add an icon after various fields to be used as help (i.g. when the user hovers over the icon a tooltip will appear). I was trying to do this using the afterLabelTextTpl ...
1
vote
1
answer
47
views
Tooltip does not appear when searching input
I find myself struggling with tooltips again. I added an input to perform searches, and when I perform any search and try to see the tooltip, I only see the container (with its background color, ...
0
votes
1
answer
88
views
WPF tooltip issue
I have created a custom tool tip style like this using XAML (Resource dictionary)
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Style ...
1
vote
1
answer
77
views
Tooltip for a 2 dataset doughnut chart is being presented when mouse's rover is out of the dataset placement
I have a doughnut chart implemented with Chart.js 4.4.1. This chart has 2 datasets, one in an outside dataset doughnut, and the other one in the inside dataset doughnut.
Each dataset has his own ...
1
vote
0
answers
14
views
sorting content of headerName in AggridReact
unable to see and use icon of sort functionality in aggridreact next to headername,while using info icon which is next to headername to see tooltip content while hovering it
In the below code only for ...
2
votes
1
answer
48
views
How to have eCharts tooltip fully visible in the page with Bootstrap
I was trying to implement a Bootstrap 5.x design for some eCharts graphs.
But the tooltip goes out of the page and only part of it is visible.
The code it's too long to put in stackoverflow snippet so ...
0
votes
0
answers
42
views
Disable the tooltip window that pops up when typing commas in Visual Studio 2022
I am writing a Tkinter GUI program in Python using Visual Studio 2022. Whenever I type a comma, a large tooltip window pops up. I'd like to disable that.
I've tried disabling the following settings:
...
0
votes
0
answers
18
views
Entire Row in default Tooltip issue in Power BI Table visual
I have created couple of grids / table visuals in Power BI. Sometimes Default Tooltip comes correctly for a Cell. But sometimes it comes for entire row. Correct and issue is below, also For some ...
0
votes
1
answer
38
views
Incorrect position of tooltip on a canvas
I’m trying to click on any of the cells to get a tooltip next to the cell, but I’m having a lot of trouble getting the correct coordinates. I went through it and none of the solutions worked. What ...
2
votes
1
answer
47
views
Styling MudDrop ItemRender
I have this component. When code is commented, ItemRenderer (MudPaper) takes 100% width of parent (MudDropZone). But when I uncomment code and add showing description on hover, it stops to fill 100% ...
1
vote
1
answer
124
views
What's the best practice for using multiple data-bs-toggle (modal and tooltip)?
I have a couple of links with modal and tooltip.
<a href="#" data-bs-toggle="modal" data-bs-target="#link_delete_modal" class="btn btn-icon btn-sm btn-danger <?...
0
votes
1
answer
76
views
Tooltip is shown on every polygon
I have a tooltip installed on my pane that is supposed to only be shown on a certain Polygon (the last one). But instead the tooltip is shown on every tile. How can I change that? Based on this code, ...
1
vote
2
answers
67
views
How to get tool tip element to break out of scrollable element with overflow hidden?
I'm starting to think this isn't possible but i have seen multiple examples of it working without a scrollable element. I would like to have the tool tip element show beyond the bounds of a scrollable ...
3
votes
1
answer
142
views
Jetpack Compose Tooltip in DropdownMenu not following anchor
I'm writing a button that similar to the FAB that locates at the bottom right, it's supposed to work like:
Click the Button -> Popup a DropdownMenu with an "info" icon -> Click the ...
0
votes
0
answers
31
views
How to display tooltip for sprites using "Handling Sprite Events" in Autodesk Forge Viewer?
I have successfully created my sprites on the viewer via https://aps.autodesk.com/en/docs/dataviz/v1/developers_guide/examples/sprites/handling_sprite_events/
But, could not manage to display tooltips ...
1
vote
1
answer
94
views
How to modify PrimeNg pTooltip directive to stop listening on Escape button
I have a list of 1000 rows and each of them has pTooltip on it.
<div *ngFor="let l of longList">
<div [pTooltip]="'Hi'">Text</div>
</div>
When I press ...
2
votes
1
answer
47
views
Tool tip text messing alignment of tool tip target
I have a HTML table that has the cells filled with green dots or red dots to indicate a parameter is compliant or noncompliant. The dots are created with CSS.
The dots are centered in the html table ...
0
votes
0
answers
66
views
How to set the tooltip duration of a QListView item
My issue
I have a QListView child class and a QAbstractItemModel child class, say MyModel. I want tooltips for my MyModel items, in MyModel::data, I return a QVariant containing a QString for Qt::...
2
votes
0
answers
84
views
What is the Benefit of "ToolTip.UseAnimation" in C# WinForm?
Whether ToolTip.UseAnimation is true or false it does not make any change !
Can someone give me a simple code example to show its usage ?
and if it make fading effect so what's the difference between ...
1
vote
0
answers
43
views
Positioning tooltip on polygon in leaflet
I am trying to put permanent tooltip on the center of polygons on a leaflet map but they still are far from the polygon... Even if I change offset.
My code (in onEachFeature function) is :
...
0
votes
0
answers
50
views
Custom ToolTip or textbox for wpf chart in c# using System.Windows.Forms.DataVisualization.Charting
I am trying to show a textbox when hovering over a datapoint and which will show values of the point. This textbox I need it to be next to the mouse similarly to a tooltip.
I was able to show the ...
2
votes
0
answers
43
views
Tooltip of a GraphicValidationDecoration is completely hidden behind tooltip of a control
I'm trying to use http://fxexperience.com/controlsfx/features/#decorationvalidation in my project, but probably miss something very obvious, thus the question.
If my control has a tooltip, the tooltip ...
0
votes
0
answers
13
views
Tooltip not showing up d3.js version d3 v6
async generateQuadrat(id: any, current_data: any, dimensions?: any) {
d3.selectAll(`#${id} > svg`).remove();
console.log(current_data);
if (!dimensions) {
dimensions = {
...
0
votes
1
answer
41
views
Binding DataGridCell content to Textbox in Customized ToolTip WPF
I have datagrid control in my project and i want to add tooltip to datagridcells. I customized the tooltip control and put a textbox control in it. I tried to bind cell content value to textbox but it ...
0
votes
0
answers
22
views
The tooltip is showed borderline
I don't want to see tooltip at the border. I don't know how to solve it. Is it any good way to make border z-index?? or other way. Here's StyledTable styled-component and Tooltip component. I changed ...
0
votes
0
answers
70
views
How to hide tippy tooltip when reference element is scrolled out of view?
Tooltip does not disappear when element is scrolled out of view, it should have closed on its own.
Codepen link: codepenlink
tippy('button', {
content: 'a long tooltip here',
popperOptions: {
...
0
votes
0
answers
58
views
How to enable tooltip to show helper information for function, method, variables in NvChad?
now, i'm learning to use neovim using NvChad,
but i don't know how to showing a tooltip helper like this
after write code.
before in vscode, if i hover to code example console.log(), vs code show ...
0
votes
0
answers
19
views
Tableau Viz tooltip to filter with dashboard
I have a dashboard in tableau and on one of the KPI cards there is a viz tooltip of some data in a table. When I click something in the dashboard it filters everything down to that but the tooltip viz ...
0
votes
0
answers
33
views
How to Dynamically Set Tooltip Background Colors in amCharts 5 PieChart?
I'm trying to set up a PieChart using amCharts 5, and I want to dynamically pass a color parameter to the tooltip so that each tooltip displays a different background color for each slice of the chart ...
0
votes
0
answers
20
views
Toggle data-tooltips on and off with a button bootstrapTable 1.22
I'm looking to have a switch to toggle the tooltips on and off. I have a lot of them to explain each column and some cells within the table. While it's useful for users at first I can only imagine it ...
0
votes
0
answers
25
views
Can a UNIDRV plugin display notifications?
Can a UNIDRV plugin display notifications
(e.g., "Printer is powered off, please connect and plug in USB")?
I've noticed that some printers can show notifications or message boxes.
I would ...
0
votes
1
answer
75
views
Tooltips in Tableau table
Overall, my goal is to have a tooltip for a table.
I have a simple table display in Tableau.
In the Rows I have a list of Offices and the count of cases (as discrete). This shows as a simple table or ...
0
votes
0
answers
75
views
Victory Native Tool Tip Disappearing
I have created a Cartesian chart in React Native using Victory Native in Javascript and added a tooltip.
Here is a link for reference from where I took the library.
https://commerce.nearform.com/open-...
0
votes
0
answers
29
views
Navigate from matrix to table and show the data based on select done from matrix
I have a matrix with column A and column B in rows, column C and column D in values. I have 2nd table contains data linked with column A.I am not able to figure out how can I show the data from table ...
2
votes
1
answer
83
views
react-bootstrap prevent tooltip hide when mouse cursor is inside tooltip
I'm using react-bootstrap's <OverlayTrigger> and <Tooltip> to show a tooltip with a link in when the user hovers on a disabled button, like this:
<OverlayTrigger
placement=&...
2
votes
1
answer
66
views
Android Studio - Double tooltip when hovering over classes in flutter
I updated Android Studio to Koala 2024.1.1
and now, everytime I hover over a class, I get 2 tooltips. The first one:
which is the one i want.
In less then 1 second, though, it gets replaced with a ...
0
votes
1
answer
63
views
Tooltip not appearing in FLTK custom widgets
I am creating a tool for a project using Fl_Tabs and some custom widget, which encompasses some other custom classes.
I would like to have a tooltip appearing when the mouse is hoovering on the custom ...
0
votes
1
answer
71
views
How do I use a variable from another component containing HTML and AngularMaterial Tooltips?
In my Angular project (newest version) I want to display a text containing a tooltip when you hover over it. I use Angular Material for that. For the possible tooltip there are multiple options, so I ...
0
votes
0
answers
21
views
Rechart XAxis labels backgournd color
Having this recharts ResponsiveContainer
<ResponsiveContainer width="90%" height={400}>
<BarChart data={data} barSize={100}>
<CartesianGrid strokeDasharray=&...
0
votes
0
answers
36
views
Tooltip is appearing on wrong element in Chome
I am facing an issue related to the tooltip on Chrome for this code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content=...