Portals-Desktop-Organization icon indicating copy to clipboard operation
Portals-Desktop-Organization copied to clipboard

BUG: First icon of every tab is loaded as a default icon instead of a proper icon

Open Tki2000 opened this issue 5 months ago • 0 comments

Check the Help Site and GitHub Issues/Discussions

  • [X] I have checked and found nothing.

Version

3.3.0.9

Operating System

Windows 10

What happened?

First icon on every defined tab in a portal has a 90% probabilities of being a default icon instead of a proper icon on startup. This has to do with issue #242 , but it is not fixed in 3.3.0.9.

Steps to Reproduce

I have a single portal defined with 4 tabs and have set Portals to "Launch on startup". Portal is defined to start minimized to show only the title bar on Desktop. When loaded, if I click on title bar to display the full portal I find that every first icon on every tab defined is almost always a default icon. Not always but 90% of the time it is a default blank sheet icon with a red cross. With a 90% on every tab I have to say that it has been a long time since I have not seen all 4 tabs with correct icons. As described on issue #242 , this seems to be happening when "windows" does not let Portals load the icon. But as it is happening frequently and is fixed by a refresh, may be it is happening by a very fast load code from Portals and maybe a little ms pause will let "windows" unlock the code before trying to load it? Or it is a first item skip case after processing (sorting) a list?. As it is always the first alphabetically ordered icon, it seems to be an edge case. But only at startup, may be a missing initialization code before processing the first item? Icon is working OK if clicked, but image is not loaded correctly. It is recurrently happening 90% of the time. Issue is the same as #242 but it is closed and I open this issue because it is not fixed and to provide new situation and some ideas.

What would you expect to happen?

All icons on all tabs should load images correctly on startup.

Tki2000 avatar Sep 25 '24 07:09 Tki2000