Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
[Ext 4.2.5] [Ext 4.2.6] Disabled button does not display tooltip
Ext version tested:
- Ext 4.2.5 rev 1763
- Ext 4.2.6 rev 1811
Browser versions tested against:
- Chrome 55.0.2883.87 m
- Firefox 50.1.0
Description:
- Buttons may be desactivated in the application for different reasons. The reason is specified in a tooltip. In ExtJS 4.2.2, disabled buttons displayed their associated tooltips. It is not the case anymore in ExtJS 4.2.5 and 4.2.6
Steps to reproduce the problem:
- Fiddle : https://fiddle.sencha.com/#view/editor&fiddle/1nhf
- Create a button with the following configuration :
Ext.application({
name: 'Fiddle',
launch: function () {
Ext.create('Ext.Container', {
renderTo: Ext.getBody(),
items: [{
xtype: 'button',
text: 'My Button',
disabled: true,
tooltip: 'test'
}]
});
}
});
The result that was expected:
- A button with the text 'My Button' is displayed.
- The button is desactivated
- The tooltip is displayed when the mouse is over the button
The result that occurs instead:
- The tooltip is not displayed when the mouse is over the button
-
Sounds like this issue:
https://www.sencha.com/forum/showthread.php?302961
Though it is on the Ext JS 6 Bugs forum, that particular bug report includes 5.x and 4.x.
-
Sencha User

Originally Posted by
Gary Schlosberg
Thank you for your return. Yes indeed, it is the same issue.
However, I did not know the opened ticket covered as well 4.2.5 and 4.2.6 specific ExtJS versions.
Have you an idea when this ticket will be processed ?
-
I'm afraid I don't. I just raised the priority a notch and hopefully it will be resolved soon.
-
Sencha User
Thank you for your return on this subject. We hope too.