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

Page.IsBusy activity idicators gets stuck/causes multiple to be displayed #23674

Closed
MarcelStommel opened this issue Jul 18, 2024 · 2 comments · Fixed by #23745
Closed

Page.IsBusy activity idicators gets stuck/causes multiple to be displayed #23674

MarcelStommel opened this issue Jul 18, 2024 · 2 comments · Fixed by #23745
Labels
area-controls-pages Page types fixed-in-9.0.21 p/3 Work that is nice to have platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@MarcelStommel
Copy link

Description

When a page with IsBusy = true is navigated back from, the activity indicator stays displayed and if another page with IsBusy = true is navigated to, another activity indicator is layered on top. I expect the activity indicator to disappear when navigating away, thereby also preventing multiple activity indicators stacked on top of each other.

Steps to Reproduce

  1. Start the public reproduction project and navigate to the second page using the button.
  2. Toggle IsBusy using the button and navigate back using either the device's back button or the back button in the toolbar
  3. The activity indicator will stay active and now display on the first
  4. Going to the second page and toggling IsBusy again will layer another activity indicator on top of the existing one

I kinda expect the activity indicator to disappear when the page is navigated away from

Link to public reproduction project repository

https://github.com/MarcelStommel/IsBusyExample

Version with bug

8.0.21 SR4.1

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11

Did you find any workaround?

Setting IsBusy = false in the OnBackButtonPressed method makes the activity indicator disappear like expected

Relevant log output

No response

@MarcelStommel MarcelStommel added the t/bug Something isn't working label Jul 18, 2024
Copy link
Contributor

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@Zhanglirong-Winnie Zhanglirong-Winnie added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Jul 18, 2024
@Zhanglirong-Winnie
Copy link

This issue has been verified using Visual Studio 17.11.0 Preview 4.0(8.0.61&8.0.21&8.0.10). Can repro on android platform.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-pages Page types fixed-in-9.0.21 p/3 Work that is nice to have platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants