Skip to content
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

Loading control sample: blurring effect is wrong #3359

Closed
1 task
sylveon opened this issue Jun 23, 2020 · 12 comments · Fixed by #3488
Closed
1 task

Loading control sample: blurring effect is wrong #3359

sylveon opened this issue Jun 23, 2020 · 12 comments · Fixed by #3488
Assignees
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior Completed 🔥 help wanted Issues identified as good community contribution opportunities needs attention 👋 needs triage 🔍 sample app 🖼
Milestone

Comments

@sylveon
Copy link

sylveon commented Jun 23, 2020

Describe the bug

In the toolkit sample, the blurring occurs on the logo rather than the background.

  • Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work: No idea

Steps to Reproduce

Steps to reproduce the behavior:

  1. Open the community toolkit sample app
  2. Navigate to Controls > Loading
  3. Click "Loading control with logo and blurring when requested"

Expected behavior

The background is blurred and the WCT logo is not

Screenshots

image

Environment

Community Toolkit Sample App Version 6.1
Windows 10 19041

@sylveon sylveon added the bug 🐛 An unexpected issue that highlights incorrect behavior label Jun 23, 2020
@ghost ghost added the needs triage 🔍 label Jun 23, 2020
@ghost
Copy link

ghost commented Jun 23, 2020

Hello sylveon, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌

@Kyaa-dost
Copy link
Contributor

@sylveon I have just tried and was not able to reproduce the issue. Based on the image you provided does the logo does not seem blur?

@sylveon
Copy link
Author

sylveon commented Jun 23, 2020

The issue is that the logo blurs rather than the background

@Kyaa-dost
Copy link
Contributor

@sylveon ok that makes sense. Do you want to work on this issue and create a PR?

@sylveon
Copy link
Author

sylveon commented Jun 23, 2020

I've no idea how to fix it, just stumbled on it when toying with the app

@Kyaa-dost
Copy link
Contributor

@sylveon Thanks for highlighting the issue. Let's see if any other community member is able to pick this up.

@Kyaa-dost Kyaa-dost added help wanted Issues identified as good community contribution opportunities sample app 🖼 labels Jun 23, 2020
@ghost ghost added the needs attention 👋 label Jul 8, 2020
@ghost
Copy link

ghost commented Jul 8, 2020

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

5 similar comments
@ghost
Copy link

ghost commented Jul 24, 2020

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Jul 24, 2020

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Aug 8, 2020

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Aug 23, 2020

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Sep 7, 2020

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@Sergio0694 Sergio0694 self-assigned this Sep 21, 2020
@Sergio0694 Sergio0694 added this to the 7.0 milestone Sep 21, 2020
@ghost ghost added the In-PR 🚀 label Sep 21, 2020
@ghost ghost closed this as completed in #3488 Sep 22, 2020
ghost pushed a commit that referenced this issue Sep 22, 2020
## Fixes #3359
<!-- Add the relevant issue number after the "#" mentioned above (for ex: Fixes #1234) which will automatically close the issue once the PR is merged. -->

<!-- Add a brief overview here of the feature/bug & fix. -->

## PR Type
What kind of change does this PR introduce?
<!-- Please uncomment one or more that apply to this PR. -->

 - Bugfix
 - Sample app changes
<!-- - Other... Please describe: -->


## What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
The blur is incorrectly applied to the loading icon on top of the sample page content:

![image](https://user-images.githubusercontent.com/10199417/93781807-0cb16600-fc2a-11ea-9336-d286bcae3aa0.png)

## What is the new behavior?
<!-- Describe how was this issue resolved or changed? -->
The blur is now applied to the content of the page, with the icon being clearly visible:

![image](https://user-images.githubusercontent.com/10199417/93781861-1fc43600-fc2a-11ea-905d-7e2b82210361.png)

## PR Checklist

Please check if your PR fulfills the following requirements:

- [X] Tested code with current [supported SDKs](../readme.md#supported)
- [ ] ~~Pull Request has been submitted to the documentation repository [instructions](..\contributing.md#docs). Link: <!-- docs PR link -->~~
- [X] Sample in sample app has been added / updated (for bug fixes / features)
    - [ ] ~~Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/windows-toolkit/WindowsCommunityToolkit-design-assets)~~
- [ ] ~~Tests for the changes have been added (for bug fixes / features) (if applicable)~~
- [ ] ~~Header has been added to all new source files (run *build/UpdateHeaders.bat*)~~
- [ ] ~~Contains **NO** breaking changes~~
@ghost ghost added Completed 🔥 and removed In-PR 🚀 labels Sep 22, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Nov 21, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior Completed 🔥 help wanted Issues identified as good community contribution opportunities needs attention 👋 needs triage 🔍 sample app 🖼
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants