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

Broken behavior in TodoMVC example #2173

Closed
1 of 3 tasks
bluenote10 opened this issue Mar 28, 2024 · 3 comments
Closed
1 of 3 tasks

Broken behavior in TodoMVC example #2173

bluenote10 opened this issue Mar 28, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@bluenote10
Copy link

Problem

Something doesn't seem to work quite right in the TodoMVC example.

Steps To Reproduce

Steps to reproduce the behavior:

  • cargo run --example todomvc
  • Add a few items
  • Click on "Active" or "Completed"
  • Then click on the upper left button that allows to select multiple todos

Expected behavior

The app should continue to work.

Actual behavior

The app seem to be stuck in a broken state. Clicking the "All", "Active", or "Completed" no longer works, and there are some floating elements.

Screenshots

Screencast.from.28.03.2024.23.45.09.webm

Environment:

  • Dioxus version: master
  • Rust version: 1.77
  • OS info: Linux
  • App platform: desktop

Questionnaire

  • I'm interested in fixing this myself but don't know where to start
  • I would like to fix and I have a solution
  • I don't have time to fix this right now, but maybe later
@ealmloff ealmloff added the bug Something isn't working label Apr 1, 2024
@jkelleyrtp jkelleyrtp self-assigned this Apr 4, 2024
@jkelleyrtp
Copy link
Member

jkelleyrtp commented Apr 4, 2024

Ah, I think this was fixed in #2236

todomc_small.mov

@umnovI
Copy link

umnovI commented Apr 4, 2024

I've had the same issue, but now everything works fine on win11

Dioxus.App.2024-04-05.01-48-30.mp4

@bluenote10
Copy link
Author

Yes I think that has fixed it, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants