-
27 Jun 2012 8:03 AM #1
Unanswered: How to show tooltip on disabled button?
Unanswered: How to show tooltip on disabled button?
Showing tooltip on a button is easy.
But it doesn't work when the button is disabled.
Does everyone know how to make it possible?
-
27 Jun 2012 10:06 AM #2Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,186
- Vote Rating
- 194
- Answers
- 433
This does not work for you?
Scott.Code:Ext.QuickTips.init(); Ext.create('Ext.Button', { text: 'Click me', tooltip: 'My Tip', disabled: true, renderTo: Ext.getBody(), handler: function() { alert('You clicked the button!'); } });
-
27 Jun 2012 7:39 PM #3
No, it does not work. The tooltip will not show when button is disabled.
It work fine when button is enabled.
I have tested it on FF13 and chrome 19
-
27 Jun 2012 8:00 PM #4Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,186
- Vote Rating
- 194
- Answers
- 433
-
28 Jun 2012 12:01 AM #5
-
28 Jun 2012 6:01 AM #6Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,186
- Vote Rating
- 194
- Answers
- 433
There are several options since I am unable to reproduce this on my end.
-Download 4.1.1 RC2 to see if there is any change
-Upgrade your browser versions to the latest
-Provide us with the OS you are using
-Have you tried it on another system to out of curiosity?
Scott.
-
24 Oct 2012 6:30 AM #7
Seems to be an issue with FF (16). Both Chrome (22) and oddly enough IE 9 seem fine.


Reply With Quote