-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: dispatch setting of visibleboundspadding insets #12246
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see unoplatform/uno.toolkit.ui#567
most still applies here
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
The build 79088 found UI Test snapshots differences: Details
|
The build 79088 found UI Test snapshots differences: Details
|
The build 79088 found UI Test snapshots differences: Details
|
The build 79088 found UI Test snapshots differences: Details
|
The build 79088 found UI Test snapshots differences: Details
|
with the analyzers, it is probably better to keep |
122529d
to
ea3779d
Compare
@Xiaoy312 oh don't worry I'm just making garbage commits to see if it'll fix the entire UI test suite failing for Android. Having issues testing locally |
it didnt even compile, let alone running ci tests, since analyzers didnt like what you do lol |
0710532
to
e9455c9
Compare
@jeromelaban yeah this is caused by a recent regression in Uno, fix is here: #12309 |
d7c0c70
to
f46a9bb
Compare
@jeromelaban nope! A new bug has been discovered :D Looks like the legacy code in the Android Window assumes that the system nav bar will always be on the right/left in Landscape/LandscapeFlipped. But it turns out that, on tablets, the nav area stays on the bottom while in Landscape[Flipped]. So it seems like this logic and the logic in the LayoutProvider has had this bug for quite some time I was running my tests locally on a phone emulator but the ci uses an emulator with width > height and in landscape mode by default |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
The build 80024 found UI Test snapshots differences: Details
|
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
The build 80266 found UI Test snapshots differences: Details
|
@Mergifyio backport release/stable/4.8 |
✅ Backports have been created
|
closes #12007
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?