Open vekunz opened 1 year ago
Hi @vekunz,
Thanks for this report. I've verified there is a regression here. This has been added to our backlog - when it gets addressed we will let you know which version will have the fix via this report.
Thanks
Is there any forecast for when the error will be fixed?
WebViewer version
10.5.1 (after updated from 10.2.3)
The current behavior
When disabling the header element, the toolbar does not show up, if set manually.
The expected behavior
When set manually, the toolbar should show up even if the header is disabled (like before).
Steps to reproduce
instance.UI.disableElements(['header']);
instance.UI.setToolbarGroup('toolbarGroup-Annotate');
In the DOM, the toolbarGroup is added, but on the
toolsHeader
element in the DOM, theclosed
class is not removed.