Need a special offer?Find out if your project fits.
+

Toolbar duplicated

Resolved
Tiago asked on August 23, 2021

Hello,
 
Whenever I use the new Flexmonster function and click minimize and then restore the window to normal size a new Toolbar shows up, check the attached image.
Heres my code:
angularjs
$scope.pivot = new Flexmonster({
"container": "#pivot",
"componentFolder": "https://cdn.flexmonster.com/",
"toolbar": true,
...});
 
html
<div id="pivot"
fm-pivot
fm-component-folder="https://cdn.flexmonster.com/">
</div>
 
Best Regards,
Tiago

Attachments:
new toolbar.PNG

2 answers

Public
Vera Didenko Vera Didenko Flexmonster August 25, 2021

Hello, Tiago,
 
Thank you for reaching out.
 
Recently, our team fixed a similar issue with multiple Toolbars appearing (see the corresponding Support Forum thread). The fix is available in the latest version of Flexmonster since v2.8.31.
 
We have not managed to reproduce the issue on our AngularJS examples on GitHub. Could you please provide us with a sample project where the issue is reproducible? This would greatly help us in solving this case.
 
Thank you, and looking forward to your response.
 
Kind regards,
Vera

Public
Tiago August 27, 2021

Hello, Vera,
 
Thanks for the answer, updating the flexmonster version did the trick, worked like a charm.
 
Best Regards,
Tiago

Please login or Register to Submit Answer