dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Broken behavior in TodoMVC example

Open bluenote10 opened this issue 1 year ago • 2 comments

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
  • [x] I don't have time to fix this right now, but maybe later

bluenote10 avatar Mar 28 '24 22:03 bluenote10

Ah, I think this was fixed in #2236

https://github.com/DioxusLabs/dioxus/assets/10237910/843af7e6-102f-4076-913f-a590737cf0fb

jkelleyrtp avatar Apr 04 '24 22:04 jkelleyrtp

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

https://github.com/DioxusLabs/dioxus/assets/30232564/afc4a2e4-3aeb-45a5-926e-35ea3ac868df

umnovI avatar Apr 04 '24 22:04 umnovI

Yes I think that has fixed it, thanks!

bluenote10 avatar Apr 05 '24 07:04 bluenote10