Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
Problems with target in tooltip when i use IE11
Hi everyone,
In my project i used Extjs 4.1.0 with IE11 and Chromeframe. Now i stop using Chromeframe, and some problems appear. In 'Ext.tip.ToolTip' disappers this.target in method onTargetOut.
Sin título.png
The code:
Code:
cmp.tip = Ext.create('Ext.tip.ToolTip', {
target: cmp.el,
delegate: cmp.itemSelector,
trackMouse: true,
autoHide: true,
dismissDelay: 0,
closable: false,
renderTo: Ext.getBody(),
cmp is a component
Thanks in Advance.
a5rojo