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
Uncaught Error: System.InvalidOperationException: [LayoutTransformControl-42322"PART_LayoutTransformer"/PART_LayoutTransformer: Invalid measured size -Infinity,-Infinity. NaN or Infinity are invalid desired size.
at Windows.UI.Xaml.FrameworkElement.InnerMeasureCore (:56086/Windows.Foundation.Size availableSize) [0x000e2] in C:\agent\_work\1\s\src\Uno.UI\UI\Xaml\FrameworkElement.Layout.netstd.cs:97
Known workaround: Replacing controls:LayoutTransformControl with a Border with same x:Name. And removing the RotateTransform and any visual state setters affecting the RotateLayoutTransform.
The text was updated successfully, but these errors were encountered:
Xiaoy312
changed the title
[wasm] Expander crashes the app.
Expander crashes the app.
Aug 14, 2020
Java.Lang.IllegalStateException Message=View with id -1: crc64a5a37c43dff01024.Grid#onMeasure() did not set the measured dimension by calling setMeasuredDimension()
Describe the bug
Expander crashes with measure -inf, -inf
Steps to Reproduce
Expected behavior
No crash.
Screenshots
Environment
Additional context
Known workaround: Replacing
controls:LayoutTransformControl
with aBorder
with samex:Name
. And removing theRotateTransform
and any visual state setters affecting theRotateLayoutTransform
.The text was updated successfully, but these errors were encountered: