Windows 10, running IE 11.
I’m trying to get the tooltip to show when hovering over the timeline but nothing does.
It works fine with Chrome.
It’s not just my implementation though, even the demo/sample sites here do not function with IE11 on Windows 10.
Are you using a touch-enabled device? You might need:
scheduler.config.touch_tooltip = true;
Hi,
Please tell, do you see tooltip on this page with IE11 on Windows 10?
docs.dhtmlx.com/gantt/samples/02 … oltip.html
I do not see any tooltips on the page you linked.
I am using a Windows 10 Surface Pro 4 as my device, but docked with monitors/keyboard/mouse.
Hi,
the issue is confirmed, by default tooltips are visible in Edge/Chrome, but not in IE11.
As a workaround, try enabling this config:
gantt.config.touch_tooltip = true