You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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%.
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.
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.
Steps to Reproduce:
Result:
Panes do not fly-out
Expected Result:
Panes should fly out
IGDockmanager.zip
The text was updated successfully, but these errors were encountered: