the longstanding "Doodles persist" issue - is it browser-dependent? #49
Replies: 9 comments
-
I use firefox. file selection is rarely a problem. I typically wait ~2 seconds after selecting an image before i slip over to the doodling interface. (is the same selection issue as #12 ?) |
Beta Was this translation helpful? Give feedback.
-
I typically use Google Chrome when I'm doodling. I recall having the persisting doodles error occur occasionally, but I have encountered it since the latest update to doodler. That being said I also haven't been doodling much. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks @2320sharon that's good input. I noticed only yesterday how bad Chrome was w/r/t the 'persistent doodle' problem. It almost went away switching to Firefox. It seems like everyone has a slightly different experience ... it would be nice to understand what exactly happens when those doodles persist. I don't know enough about browsers and caching to really make headway. But thanks for the info!! |
Beta Was this translation helpful? Give feedback.
-
Happy to help! For now, it might be a good idea to recommend that users use FireFox. Digging into browser-specific issues can be a pain and sometimes result from the package you're using to compile python code to javascript rather than your code. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I use Firefox, and generally don't experience the file or doodle sticking issue. It does happen occasionally, but I refresh the browser and generally that works. I have not updated Doodler with your most recent changes, however. |
Beta Was this translation helpful? Give feedback.
-
I have been doodling more lately, and have a bit more feedback. Doodles seem to persist more often when you don't deselect |
Beta Was this translation helpful? Give feedback.
-
Thanks for the input @CameronBodine this is helpful |
Beta Was this translation helpful? Give feedback.
-
Doodler uses a timer to periodically search through the
assets
andlabeled
folders, reconcile them, and update the image list. This is to ensure that you dont doodle the same image twiceThe code that does that is https://github.com/Doodleverse/dash_doodler/blob/main/app.py#L482
(this is why you often have to select images a few times before they 'stick')
That is also supposed to clear the doodles from the main window. Often, it does not; doodles 'persist' from the previous image. The only known workaround is a browser refresh, which is annoying (-ly slow)
Changing
interval=500
to a higher number, sayinterval=1000
, or a lower number, sayinterval=100
, did not helpSwitching browsers, from Chrome to Firefox, helped a LOT. Hey The 4 MuskaDoodlers! @venuswku @ebgoldstein @2320sharon @CameronBodine - you seeing the same thing? Which browser do you use? have you noticed big differences between them?
Beta Was this translation helpful? Give feedback.
All reactions