When the pivot is still "Loading Data" or "Analyzing Data", the toolbar is still clickable.
This can lead to various issues:
Overall, I figure that the toolbar should be disabled until data is fully loaded, but maybe it's an intended behavior.
Fiddle: https://jsfiddle.net/RonaldoC/96cmfu28/
Regards,
Aldo
Hello, Ronaldo!
Thank you for writing to us.
We agree that this behavior may negatively affect the user experience. The solution for this issue would be to set the pointer-events: none;
CSS rule on the toolbar before the loading finishes, making it unclickable. After this, you can use the reportcomplete
event to enable the toolbar when loading finishes. You are welcome to check the example: https://jsfiddle.net/flexmonster/dk7mpt0a/
Please let us know if this solution would work for you.
Best Regards,
Maksym
Hello team,
Thanks for the solution, it works great on our side.
I do have to ask though, would this behavior be implemented in a future version or not?
Thanks,
Aldo
Hello, Ronaldo!
Thank you for your feedback.
We are glad to hear that the provided solution works for you. However, we are not planning to include this toolbar behavior in the near future. This is mainly due to the requirement for some of the toolbars' tabs, like "Connect" and "Load", to work independently from loading, which would require an individual approach for each tab. Additionally, the issues with clicking the toolbar during loading do not affect Flexmonster's functionality when the loading finishes.
Feel free to contact us if any further questions arise.
Best Regards,
Maksym