Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] [iOS] platform-specific VisualElement Blur is misaligned #9732

Merged
merged 1 commit into from
Aug 13, 2020

Conversation

AndreiMisiukevich
Copy link
Contributor

Description of Change

Add blur effect view to the view instead of view's superview. (I assume it's a mistake/typo)

Issues Resolved

API Changes

None

Platforms Affected

  • iOS

Behavioral/Visual Changes

The blur effect has the same coordinates with the view that it's applied for.

Before/After Screenshots

BEFORE:
image

AFTER:
image

Testing Procedure

The sample is attached in the original bug ticket.

@AndreiMisiukevich AndreiMisiukevich changed the title fixed https://github.com/xamarin/Xamarin.Forms/issues/9720 [Bug] [iOS platform-specific VisualElement Blur is misaligned Feb 26, 2020
@AndreiMisiukevich AndreiMisiukevich changed the title [Bug] [iOS platform-specific VisualElement Blur is misaligned [Bug] [iOS] platform-specific VisualElement Blur is misaligned Feb 26, 2020
@samhouts samhouts changed the base branch from master to 4.6.0 February 27, 2020 23:29
@AndreiMisiukevich
Copy link
Contributor Author

@samhouts I rebased onto 4.6.0

@samhouts
Copy link
Member

@AndreiMisiukevich Actually, the blur is supposed to be on the superview. Weird, right? But that's how the blur effect on was documented on iOS at the time we added the platform specific. As you can see in our documentation, we expect the blur effect to blur the content beneath the view you've added the effect to. https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/ios/visualelement-blur

@AndreiMisiukevich
Copy link
Contributor Author

@samhouts I updated my PR. Please re-review

@AndreiMisiukevich
Copy link
Contributor Author

@samhouts should I retarget my PR to master?

@samhouts samhouts changed the base branch from 4.6.0 to master May 1, 2020 17:56
@AndreiMisiukevich
Copy link
Contributor Author

AndreiMisiukevich commented May 18, 2020

@samhouts seems nobody is assigned as a reviewer to this PR

@samhouts samhouts changed the base branch from master to 4.8.0 June 26, 2020 00:07
@samhouts samhouts changed the base branch from 4.8.0 to main July 30, 2020 00:06
@samhouts samhouts added the retarget-branch-required PR or associated issues target a milestone. Please target this PR to the matching branch. label Aug 4, 2020
@samhouts samhouts added this to the 5.0.0 milestone Aug 4, 2020
@AndreiMisiukevich AndreiMisiukevich changed the base branch from main to 5.0.0 August 13, 2020 00:25
@AndreiMisiukevich
Copy link
Contributor Author

AndreiMisiukevich commented Aug 13, 2020

retarget completed

@rmarinho
Copy link
Member

/azp run

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

Copy link

@riverar riverar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great! 👍

@rmarinho rmarinho merged commit 2d98750 into xamarin:5.0.0 Aug 13, 2020
@AndreiMisiukevich AndreiMisiukevich deleted the fix_9720 branch August 13, 2020 23:26
myroot pushed a commit to myroot/Xamarin.Forms that referenced this pull request Aug 19, 2020
sung-su pushed a commit to sung-su/Xamarin.Forms that referenced this pull request Aug 20, 2020
sung-su pushed a commit to sung-su/Xamarin.Forms that referenced this pull request Aug 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p/iOS 🍎 platform-specifics retarget-branch-required PR or associated issues target a milestone. Please target this PR to the matching branch. t/bug 🐛
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] iOS platform-specific VisualElement Blur is misaligned
4 participants