-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with attachment mime icons in read window #653
Comments
YAM uses the function GetIconTags() of icon.library V44+ to obtain a suitable icon. If that fails YAM eventually falls back to using GetDefDiskObject() to obtain the default "project" icon. If Ambient's icon.library fails to return a colorful icon like it displays itself then this is no bug of YAM, but a bug of Ambient. You can check yourself which of YAM's attempts to obtain an icon finally succeeds by running the debug version of YAM and creating a "GUI" log. Details about YAM's debug version can be found in the FAQ. Regarding the "automatic" dragging, I never experienced something like this myself. All this stuff is handled by MUI internally. YAM does absolutely nothing itself in this respect. All it does is acting on the final drop action, which of course might cause a DisplayBeep() in case something did not work out successfully. Your description very much sounds like a faulty mouse. |
Thanks for replying. |
YAM 2.9p1 + MorphOS 3.9 and Ambient (but this problem affected older YAM versions too, also with MorphOS 1.4.5 and Amiga Workbench)
When reading a mail with attachments, at the bottom of the read window they are displayed as ugly 4 colors icons saying "Ambient PNG", even if I have set up my Ambient with fully working mime types and default icons.
But the annoying thing is another one: everytime I pass with the mouse pointer over that area (this happens with some randomness) sometimes the mouse pointer "attracts" one of those icons, as though I were supposed to drag them somewhere, but WITHOUT me pressing the LMB ! I have to press the RMB to get rid of the sticky icon.
To me, it looks like it's a strange behaviour or interference with handling events caused by the balancing bar situated between the text area and the attachments area: the bar gets activated everytime I pass over with the mouse (no need to click), and when that happens, 9 out of 10 times I get some attachment icon stuck to the pointer.
Also, when I double click on one of said icons to display the attachment, often I see the screen flashing (DisplayBeep).
Keep in mind that I don't feel responsible in case the bug I'm reporting is already known: I had posted this topic in the forum but nobody cared to reply, so I now feel legitimated to report the bug here. Thanks.
The text was updated successfully, but these errors were encountered: