DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

Broken behavior in TodoMVC example #2173

Closed bluenote10 closed 2 months ago

bluenote10 commented 3 months ago

Problem

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

Steps To Reproduce

Steps to reproduce the behavior:

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:

Questionnaire

jkelleyrtp commented 2 months ago

Ah, I think this was fixed in #2236

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

umnovI commented 2 months ago

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

bluenote10 commented 2 months ago

Yes I think that has fixed it, thanks!