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.
Printable View
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.
Hi,
I would really appreciate if someone from Sencha would answer this question.
Thanks.
Best regards,
Arkady.
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.
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.