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

Cannot fly out panes after all panes have been unpinned with 100% height for the dock manager in a Blazor Web App #104

Open
agoldenbaum opened this issue Nov 19, 2024 · 2 comments
Assignees
Labels
question Further information is requested status: not-a-bug

Comments

@agoldenbaum
Copy link

Steps to Reproduce:

  1. Run the attached sample project.
  2. Unpin all panes in the dock manager.
  3. Click on the unpinned panes.

Result:
Panes do not fly-out

Expected Result:
Panes should fly out

IGDockmanager.zip

@teodosiah
Copy link

@agoldenbaum
After looking into the attached sample, I have determined that the issue is not in the dock manager component but because the outermost div with class 'page' does not have height set. The dock manager, as well as the panes container and flyout pane area (where the panes are opened) have height set to 100%.

image

As a result the panes container height will be 0 and the panes will not be visible.
Having this in mind, I could suggest to set the height of the first div element.

@teodosiah teodosiah added question Further information is requested status: not-a-bug and removed bug Something isn't working status: in-review labels Nov 25, 2024
@Gowtham-ms
Copy link

Thanks, @teodosiah ! Adding a height to the outermost div seems to have resolved the issue. I initially thought the Dock Manager would handle the height automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested status: not-a-bug
Projects
None yet
Development

No branches or pull requests

5 participants