Ramez Ragaa
Ramez Ragaa
Related: https://github.com/unoplatform/uno/pull/15196#issuecomment-1952827648
This was supposed to be fixed in https://github.com/unoplatform/uno/pull/16183.
> ``` > ❌ (F) When_Large_List_Scroll_To_End_Then_Back_Up_TryClick() > EXCEPTION>Assert.Fail failed. ImageAssert.HasColorAt @ line 1991 > ==================== > Color at (70,65) is not expected > expected: FF1A69A6 #FF1A69A6 > actual : FF1A6AA7...
@jeromelaban There are already the 2 samples mentioned in the issue (ImageBrushWithRotateTransform and BorderImageBrushRelativeTransform). Any particular additional sample you have in mind?
This is actually not a bug, but is a result of font differences between platforms and the way the text is vertically aligned. Text is top-aligned in all those examples,...
I'm not sure. It will fix a part of the problem (not getting the Content from the templated parent and having to bind it manually), but I'm not sure if...
This doesn't work either on WinUI or Uno. The "workaround" version works on both. This makes sense, as here we're setting the path as the Content on the ContentControl, and...
cc. @MartinZikmund