Open-Shell / Open-Shell-Menu

Classic Shell Reborn.
MIT License
7.01k stars 433 forks source link

win 11 taskbar hover animation disappears after opening classic shell #1676

Open oriagranat9 opened 1 year ago

oriagranat9 commented 1 year ago

Describe the bug

after opening open shell the gray box animation disappears from the task bar Recording 2023-08-23 192305

Area of issue

Start menu, Taskbar

To reproduce

start menu open and close it hover over the windows icon

Expected behavior

hover animation and gray box should reappear

Open-Shell version

4.4.191

Windows version

windows 11 pro 22H2

Additional context

No response

ge0rdi commented 1 year ago

It seems to be working just fine for me.

What is your Windows 11 version? (Windows settings -> About) Do you use other customization software along Open-Shell?

Please, attach your Open-Shell settings.

oriagranat9 commented 1 year ago

im using windows 11 pro 22H2 build 22621.2134 and here is the xml settings `<?xml version="1.0"?>

DARK_MAIN=0 METRO_MAIN=0 LIGHT_MAIN=0 AUTOMODE_MAIN=1 DARK_SUBMENU=0 METRO_SUBMENU=0 LIGHT_SUBMENU=0 AUTOMODE_SUBMENU=1 SUBMENU_SEPARATORS=1 DARK_SEARCH=0 METRO_SEARCH=0 LIGHT_SEARCH=0 AUTOMODE_SEARCH=1 SEARCH_FRAME=1 SEARCH_COLOR=0 SMALL_SEARCH=0 MODERN_SEARCH=1 SEARCH_HINT=1 SEARCH_ITALICS=0 NONE=0 SEPARATOR=0 TWO_TONE=1 CLASSIC_SELECTOR=1 HALF_SELECTOR=0 CURVED_MENUSEL=1 CURVED_SUBMENU=1 SELECTOR_REVEAL=1 TRANSPARENT=0 OPAQUE_SUBMENU=1 OPAQUE_MENU=0 OPAQUE=0 STANDARD=1 SMALL_MAIN2=0 SMALL_ICONS=0 COMPACT_SUBMENU=0 PRESERVE_MAIN2=0 LESS_PADDING=0 EXTRA_PADDING=1 24_PADDING=0 LARGE_PROGRAMS=0 TRANSPARENT_SHUTDOWN=0 OUTLINE_SHUTDOWN=0 BUTTON_SHUTDOWN=1 EXPERIMENTAL_SHUTDOWN=0 LARGE_FONT=0 CONNECTED_BORDER=1 FLOATING_BORDER=0 LARGE_SUBMENU=0 LARGE_LISTS=0 THIN_MAIN2=0 EXPERIMENTAL_MAIN2=1 USER_IMAGE=1 USER_OUTSIDE=0 SCALING_USER=1 56=0 64=0 TRANSPARENT_USER=0 UWP_SCROLLBAR=1 MODERN_SCROLLBAR=0 OLD_ICONS=0 NEW_ICONS=1 SMALL_ARROWS=0 ICON_FRAME=0 SEARCH_SEPARATOR=0 NO_PROGRAMS_BUTTON=0 Item1.Command=user_files Item1.Settings=NOEXPAND Item2.Command=user_documents Item2.Settings=NOEXPAND Item3.Command=user_pictures Item3.Settings=NOEXPAND Item4.Command=user_music Item4.Settings=NOEXPAND Item5.Command=user_videos Item5.Settings=ITEM_DISABLED Item6.Command=downloads Item6.Settings=NOEXPAND Item7.Command=homegroup Item7.Settings=ITEM_DISABLED Item8.Command=separator Item9.Command=games Item9.Settings=TRACK_RECENT|NOEXPAND|ITEM_DISABLED Item10.Command=favorites Item10.Settings=ITEM_DISABLED Item11.Command=recent_documents Item11.Settings=ITEM_DISABLED Item12.Command=computer Item12.Settings=NOEXPAND Item13.Command=network Item13.Settings=ITEM_DISABLED Item14.Command=network_connections Item14.Settings=ITEM_DISABLED Item15.Command=separator Item16.Command=pc_settings Item16.Settings=TRACK_RECENT Item17.Command=control_panel Item17.Settings=TRACK_RECENT|NOEXPAND Item18.Command=admin Item18.Settings=TRACK_RECENT|ITEM_DISABLED Item19.Command=devices Item19.Settings=NOEXPAND Item20.Command=defaults Item20.Settings=ITEM_DISABLED Item21.Command=help Item21.Settings=ITEM_DISABLED Item22.Command=run Item23.Command=apps Item23.Settings=ITEM_DISABLED Item24.Command=windows_security

`

ge0rdi commented 1 year ago

I have slightly newer 22621.2215 build. And everything seems to work normally (using your settings).

Do you use other customization software along Open-Shell?

oriagranat9 commented 1 year ago

nope only using open-shell

Rimole commented 1 year ago

I'm using Windows 11 pro N 22H2 build 22621.2134, and the issue is not seen here.

oriagranat9 commented 1 year ago

i just recreated it using windows sandbox aswell, it seams to only happen when coming from the desktop

ge0rdi commented 1 year ago

it seams to only happen when coming from the desktop

Could you elaborate a bit more? What exactly do you do? Try to describe it in simple steps.

oriagranat9 commented 1 year ago

well its really nothing special, turn on windows (nothing opens up in startup except basic drivers) go to hover over the windows icon and like in the video above it wont how the hover animation the rest of the icons near the windows logo do work, and if i move from them to the windows logo the animation does appear, its only when moving from the desktop itself to the icon

ge0rdi commented 1 year ago

Thanks, I'm now able to replicate it! Here are the steps:

Note that if you hover over some other taskbar icon (just right to start button) and then move cursor to start button, the hover animation (+ tooltip) is there.

I think it is related to our stealing of mouse events, that is unfortunately necessary on recent Windows 11 (as the taskbar uses XAML framework and it is not possible to intercept mouse events in traditional way).