19 Oct 2015, 10:00 AM
The SeriesToolTipConfig's setDismissDelay() method does not appear to work in our code or in the GXT 4.0 EA Explorer Demo. This is an important feature as we show important information in tooltips.
Steps to reproduce:
1.) Launch the GXT 4.0 EA Explorer Demo
2.) Click the Stacked Bar Chart Example
3.) Hover over the any of the stacked bars.
Expected results:
The tooltip should be displayed for 2 seconds (config.setDismissDelay(2000))
Actual results:
The tooltip is displayed for a fraction of a second.
Compare and contrast with the GXT 3.14 Stacked Bar Chart Example. Change the value from 2000 to say 5000 which will have no effect.
Steps to reproduce:
1.) Launch the GXT 4.0 EA Explorer Demo
2.) Click the Stacked Bar Chart Example
3.) Hover over the any of the stacked bars.
Expected results:
The tooltip should be displayed for 2 seconds (config.setDismissDelay(2000))
Actual results:
The tooltip is displayed for a fraction of a second.
Compare and contrast with the GXT 3.14 Stacked Bar Chart Example. Change the value from 2000 to say 5000 which will have no effect.