ALTaleX531 / TranslucentFlyouts

Translucent effect for most of the win32 flyouts
GNU Lesser General Public License v3.0
818 stars 25 forks source link

Popup menu render improperly with notepad++ shell extension #34

Closed frugbug closed 1 year ago

frugbug commented 1 year ago

Hello, whenever I right click on a file on the desktop or from an Explorer window, the list of items in the flyout is incorrect. When I hover over options, they update to the correct list. I've attached a video to show what I mean. I'm using Win11 22H2, and v2.0.0-alpha.3 of TranslucentFlyouts.

https://github.com/ALTaleX531/TranslucentFlyouts/assets/67615785/9ce1948a-b8bd-40bf-aabc-5ee2979a3735

Also, I've attached the registry settings I use. From what I can tell, the issue occurs regardless of which settings I use. trfl_settings.txt

ALTaleX531 commented 1 year ago

Have you installed any other third-party softwares, like StartAllBack?

frugbug commented 1 year ago

I have:

ALTaleX531 commented 1 year ago

TranslucentFlyoutsV2.zip Please try this build, maybe it can solve this issue...

frugbug commented 1 year ago

Sorry, that didn't fix it :(

ALTaleX531 commented 1 year ago

That's weird, I can't reproduce this bug on windows 10 and windows 11 in my test.🤔

frugbug commented 1 year ago

Is there any other info that might help?

ALTaleX531 commented 1 year ago

image Please use AutoRuns and check the items in "explorer" tab, I suspect that this issue was caused by some third-party shell extensions...

ALTaleX531 commented 1 year ago

Please try this build TranslucentFlyoutsV2.zip

Cris-- commented 1 year ago

@Luke-Marchant little offtopic but plz share the Win11 wallpaper to me which u used in the video. I tried reverse picture search but didn't find this in this color.

frugbug commented 1 year ago

image @ALTaleX531 does anything look out of place? If not, I guess I'll try disabling them to see which one might be causing the issue And @Cris-- here you go! It's just an edit of the default wallpaper

frugbug commented 1 year ago

Well, as it turns out, removing Notepad++'s shell integration fixed this. Weird, because it didn't show in AutoRun's list, and wasn't even under the normal ShellEx\ContextMenuHandlers registry key! Had to find the dll and unregister it manually.

ALTaleX531 commented 1 year ago

@Luke-Marchant Have you tried the latest release? I think it can solve this issue without the need to remove Notepad++'s shell integration.

AromaKitsune commented 1 year ago

@ALTaleX531 I'm using v2.0.0-alpha-4.1 and the Explorer popup menu is still bugged, when EnableFluentAnimation is on.

https://github.com/ALTaleX531/TranslucentFlyouts/assets/63135654/9022ec0b-622f-42a0-b870-d25f1f8816ba

ALTaleX531 commented 1 year ago

@sysven32 Please try this build! TranslucentFlyoutsV2.zip

AromaKitsune commented 1 year ago

@ALTaleX531 Thanks, the popup menu renders correctly now. 👍