-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] Regression in 4.8.0.1364 : grid row height is not correctly computed, label is truncated #12001
Comments
I'm also having this problem with labels in a grid. This problem occours outside of a collection view also. |
@samhouts |
Not intentional! Looks like we forgot to put the regression tag on. Thanks for letting me know! |
Same issue in the new release 4.8.0.1451 |
Same issue in XF 5.0.0.1487-pre1. |
Same issue in XF 4.8.0.1534 and 5.0.0.1539-pre2 |
This is a serious issue.. Cmon man. More than a month ago |
We also run into this issue. Serious issue. Many pages on our app break because of that. Its a high prio bug! |
Please fix this soon. This issue prevents us to update Xamarin Forms. |
Hmm breaking layouts everywhere... :( |
Because it was not fixed until about a week after that version was released. The fix will be in the next service release of 4.8. |
any update? |
Problem continues in XF 5+ ? |
My issue as reported above IS actually completely fixed in 5.0. |
Description
I have a collectionView, the itemtemplate is a simple grid with labels.
Whe using the new release of Xamarin Forms (4.8.0.1364), the grid row height is not correct, and some labels are truncated.
No issue when using the previous release (4.8.0.1269), so this is a regression.
Steps to Reproduce
Expected Behavior
The grid row height should be adjusted to the size of the label.
Actual Behavior
In 4.8.0.1364, the label is truncated.
Basic Information
Screenshots
Reproduction Link
Here is the repro project:
TestXF48.zip
The text was updated successfully, but these errors were encountered: