Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Toolbar does not show up if 'header' is disabled #1036

Open
vekunz opened this issue Nov 23, 2023 · 3 comments
Open

[Bug] Toolbar does not show up if 'header' is disabled #1036

vekunz opened this issue Nov 23, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@vekunz
Copy link

vekunz commented Nov 23, 2023

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

  1. Disable 'header' element: instance.UI.disableElements(['header']);
  2. Set any toolbar group: instance.UI.setToolbarGroup('toolbarGroup-Annotate');

In the DOM, the toolbarGroup is added, but on the toolsHeader element in the DOM, the closed class is not removed.

@bollain
Copy link
Collaborator

bollain commented Nov 24, 2023

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

@bollain bollain added the bug Something isn't working label Nov 24, 2023
@vekunz
Copy link
Author

vekunz commented Mar 15, 2024

Is there any forecast for when the error will be fixed?

@bollain
Copy link
Collaborator

bollain commented Mar 29, 2024

Hey @vekunz,

This issue is still in the backlog, I will reach out to our PMs to schedule it. In the meantime you can try our new Modular UI which should allow you to do these types of customizations and more. Docs here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants