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] Window not rendered after resizing #725

Closed
KrisztianOlah opened this issue Jun 17, 2024 · 4 comments · May be fixed by #727
Closed

[BUG] Window not rendered after resizing #725

KrisztianOlah opened this issue Jun 17, 2024 · 4 comments · May be fixed by #727
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@KrisztianOlah
Copy link
Collaborator

KrisztianOlah commented Jun 17, 2024

Describe the bug
When resizing the window it shows a white blank screen, contents are not rendered.

To Reproduce
Upgrade from 0.11.0-alpha.65 to 0.11.0-alpha.71
Resize the window

Screenshots
image
image

Additional context
The problem presists in 0.11.0-alpha.71
Commenting out UserInfoDisplay fixes the issue, thus must be the culprit.

@KrisztianOlah KrisztianOlah added bug Something isn't working question Further information is requested labels Jun 17, 2024
@KrisztianOlah
Copy link
Collaborator Author

KrisztianOlah commented Jun 18, 2024

Upon further examination it looks like WPF is having an issue figuring out in which order to calculate the height of the MainView UserControl and its elements. Binding MenuAssist.TopLevelMenuItemHeight to UserInfoDisplayView.ActualHeight seems to fix the issue.

PR to follow shortly.

@KrisztianOlah
Copy link
Collaborator Author

/cib

Copy link
Contributor

Branch 725-_BUG_Window_not_rendered_after_resizing created!

@KrisztianOlah
Copy link
Collaborator Author

Will fix in TcOpenGroup/tcopen-app-templates#138

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

Successfully merging a pull request may close this issue.

2 participants