Hybrid View
-
4 Oct 2012 2:17 PM #1
Tooltip for diabled buttons.
Tooltip for diabled buttons.
Hi,
I've noticed that in GXT 3.0.1 tooltips are shown even in the disabled state. In GXT 2.x tooltips were not shown when controls are disabled.
Is this a bug in GXT 3.0.1 or a new feature?
Best regards,
Arkady.
-
12 Oct 2012 1:12 PM #2
Hi,
I would really appreciate if someone from Sencha would answer this question.
Thanks.
Best regards,
Arkady.
-
12 Oct 2012 11:08 PM #3
As a workaround you can use disableEvents/enableEvents.
This is a difference between GXT2 and GXT3. GXT2 disabled all events while being disabled itself. I will move this thread to the bugs forum to investigate.
-
1 Nov 2012 3:25 PM #4
We've made a change in SVN which will return this to the 2.x behavior of disabling tooltips when the component is disabled. We are not disabling all DOM events as we did in 2.x, so only the built-in tooltip will be disabled. This will allow developers to specifically add tooltips that should not be disabled when the widget is disabled.
This change is in SVN, and will be available in the next release.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTGWT-2557
in
3.0.3.


Reply With Quote