You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that Undefined and Autoshould have equivalent behaviour (see https://developer.mozilla.org/en-US/docs/Web/CSS/width#formal_definition which says that the "initial" (i.e. default) value if width is auto). As I understand it, the problem is that in Taffy 0.2, Undefined and Auto do not have equivalent behaviour (although it's quite close). I believe this is already fixed in Taffy 0.3 by #269 which removed Dimension::Undefined entirely. Although I may have caused some confusion on the bevy issues because I thought that PR was already included in Taffy 0.2 and it turns out it isn't.
taffy
version0.3
Context
Ultra minimal example, red window:
Grey window:
The Taffy 2.x compute source is full of predicates like
child_style.cross_size(constants.dir) == Dimension::Auto
etc.Originally posted by @ickshonpe in bevyengine/bevy#7475 (comment)
The text was updated successfully, but these errors were encountered: