Open calocenrieti opened 1 month ago
Please describe the steps (in text form) to perform inorder to reproduce the issue?
Sorry. I wasn't clear enough, so let me add something. When you press the stop button, the loop stops, but the UI's page.update() doesn't work, and start and colorpicker, which are disabled, cannot be executed.
The same behavior occurred in the gallery. I have taken a video, so please refer to it. https://youtu.be/8D76MMu9-DY
Windows11 Google Chrome
problem
page.update()
doesn't work when I operate the color picker multiple timesWhen you operate the color picker only once, the start and stop buttons on the page will work correctly thanks to
page.update()
. If you operate the color picker multiple times,page.update()
will no longer be performed and the page will become inoperable.code
OS、Flet ver.
OS:Windows11 python:3.11 Flet version:0.24.1
video
https://youtu.be/6f7rsU12avU
remarks
Maybe it's related to issue #3571. https://github.com/flet-dev/flet/issues/3571