• Ian Hickson's avatar
    Fix bugs in RenderSizedOverflowBox and RenderFractionallySizedOverflowBox (#23492) · 53308465
    Ian Hickson authored
    Bug #1: These didn't work with directional alignments, due to an error
    in the types of the constructor arguments.
    
    Bug #2: Pretty sure RenderSizedOverflowBox never worked at all. As
    soon as I wrote a test for it, the test showed that there was a
    fundamental bug in its performLayout method: it didn't set
    parentUsesSize, but it immediately tried to use the child's size.
    53308465
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
engine Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...
flutter_test_alternative.dart Loading commit data...
flutter_test_config.dart Loading commit data...