Web compatibility fails #730

Open
opened 2018-03-12 06:25:50 -07:00 by zintus · 1 comment
zintus commented 2018-03-12 06:25:50 -07:00 (Migrated from github.com)

Report

Issues and Steps to Reproduce

This compatibility fixture fails

<div id="child_min_constraints_when_shrinking" style="height: 50px; width: 375px; flex-direction: row;">
  <div style="flex-shrink:1; flex-basis: 400px; height: 50px;"></div>
  <div style="flex-shrink:10000; flex-basis: 400px; padding: 16px;">
    <div style="min-width: 50px;"></div>
  </div>
</div>

Expected Behavior

Expected yoga to follow Chrome behaviour, providing layout for second child with 50 + 16 + 16 px.

# Report - [x] I have searched [existing issues](https://github.com/facebook/yoga/issues) and this is not a duplicate # Issues and Steps to Reproduce This compatibility fixture fails ``` <div id="child_min_constraints_when_shrinking" style="height: 50px; width: 375px; flex-direction: row;"> <div style="flex-shrink:1; flex-basis: 400px; height: 50px;"></div> <div style="flex-shrink:10000; flex-basis: 400px; padding: 16px;"> <div style="min-width: 50px;"></div> </div> </div> ``` # Expected Behavior Expected yoga to follow Chrome behaviour, providing layout for second child with 50 + 16 + 16 px.
zintus commented 2018-04-03 05:09:26 -07:00 (Migrated from github.com)

Gentle bump to @mdvacca @jonathandann as you are active contributors to native core. Sorry for direct mention, but i'm wondering if you have any timeline for core layout algorithm bugs.

Thanks for your time!

Gentle bump to @mdvacca @jonathandann as you are active contributors to native core. Sorry for direct mention, but i'm wondering if you have any timeline for core layout algorithm bugs. Thanks for your time!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#730
No description provided.