Layout problem related flex #892
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Report
Issues and Steps to Reproduce
Replaces this with steps to repro your issue.
Using such code to test.
Expected Behavior
Describe what you expected would happen.
Width of root_child0 after layout should be 2 * 750
Actual Behavior
Describe what actually happened.
Width of root_child0 after layout is 0.
If I didn't set flex to 1 for root_child1 and root_child2, the layout would be correct. But on browser, with or without flex to 1, width of root_child0 is always 2 * 750.
Link to Code
If you have some code that maintainers can clone/test for themselves, bugs can be resolved much faster. Please paste a link here.
When applicable, use this fiddle to post a web repro.