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

Add unit test for window of size 0x0 #788

Open
PoignardAzur opened this issue Dec 14, 2024 · 2 comments
Open

Add unit test for window of size 0x0 #788

PoignardAzur opened this issue Dec 14, 2024 · 2 comments
Labels
masonry Issues relating to the Masonry widget layer

Comments

@PoignardAzur
Copy link
Contributor

Masonry's widgets should be able to handle cases where the available space is null and proceed without crashing.

To check that this happens, we should create a test case with a large widget tree (ideally all of the built-in widgets) and check that the tree can be created with a size of zero without crashing.

@PoignardAzur

This comment has been minimized.

@PoignardAzur PoignardAzur added the masonry Issues relating to the Masonry widget layer label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
masonry Issues relating to the Masonry widget layer
Projects
None yet
Development

No branches or pull requests

2 participants
@PoignardAzur and others