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

Activity widget is animated when animations are disabled #5252

Open
2 tasks done
Jacalz opened this issue Nov 12, 2024 · 2 comments
Open
2 tasks done

Activity widget is animated when animations are disabled #5252

Jacalz opened this issue Nov 12, 2024 · 2 comments
Labels
Accessibility Issues relating to accessibility, such as colorblind users, hard-of-sight users, etc. bug Something isn't working

Comments

@Jacalz
Copy link
Member

Jacalz commented Nov 12, 2024

Checklist

  • I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
  • This issue only relates to a single bug. I will open new issues for any other problems.

Describe the bug

While working on #5251, I noticed that the activity widget still animates even when building the application with no_animations.

How to reproduce

  1. Compile fyne_demo normally.
  2. Go to the activity widget page in fyne_demo.
  3. Notice that it animates.
  4. Recompile with -tags no_animations.
  5. Notice that it still is animating.

Screenshots

No response

Example code

See fyne_demo for details.

Fyne version

v2.5.2

Go compiler version

1.23.2

Operating system and version

Fedora Silverblue 41

Additional Information

No response

@Jacalz Jacalz added bug Something isn't working Accessibility Issues relating to accessibility, such as colorblind users, hard-of-sight users, etc. labels Nov 12, 2024
@andydotxyz
Copy link
Member

Good point.

What would a sensible approach be for a not-animated activity indicator?

@Jacalz
Copy link
Member Author

Jacalz commented Nov 15, 2024

Hmm. I don't know actually. Thought about it a bit but a widget designed basically only to indicate time passing is hard to do to without animations. My best guess is that we could just have it be solid some way like how the Entry cursor behaves when not blinking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility Issues relating to accessibility, such as colorblind users, hard-of-sight users, etc. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants