Skip to content
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

After setting the Window.TaskbarItemInfo property, the taskbar widget does not appear #10177

Open
Gaoyifei1011 opened this issue Dec 15, 2024 · 0 comments
Labels
Investigate Requires further investigation by the WPF team.

Comments

@Gaoyifei1011
Copy link

Description

After setting the Window.TaskbarItemInfo property, the taskbar widget does not appear

---------------------------

在设置了 Window.TaskbarItemInfo 属性后,任务栏小窗显示不出来了


After the TaskbarItemInfo property is set for the WPF Window instance in Windows 11 26100, the application window does not appear when the mouse moves over the taskbar icon

---------------------------

在 Windows 11 26100 为 WPF Window 实例设置了 TaskbarItemInfo 属性后,鼠标移动到任务栏图标上,应用程序小窗显示不出来


Set the TaskbarItemInfo property in the WPF Window instance

在 WPF Window 实例设置 TaskbarItemInfo 属性
Image

When the mouse moves over the taskbar icon, the WPF program does not display the taskbar window

鼠标移动到任务栏图标上,WPF 程序显示不出任务栏小窗
Image

Move the mouse over another program icon, and a small taskbar window will normally appear

鼠标移动到其他程序图标上,正常显示出任务栏小窗
Image

Reproduction Steps

  1. Create WPF programs (.NET Framework and.NET Core)
  2. Add a TaskbarItemInfo instance to the newly created MainWindow class.
  3. Move the mouse to the taskbar icon window
---------------------------

1.创建 WPF 程序(.NET Framework 和 .NET Core)
2.为新建的 MainWindow 类添加 TaskbarItemInfo 实例。
3.鼠标移动到任务栏图标小窗上


Expected behavior

After the TaskbarItemInfo property is set, the Taskbar window appears normally

---------------------------

在设置 TaskbarItemInfo 属性后,任务栏小窗能正常显示


Actual behavior

After the TaskbarItemInfo property is set for the WPF Window instance in Windows 11 26100, the application window does not appear when the mouse moves over the taskbar icon

---------------------------

在 Windows 11 26100 为 WPF Window 实例设置了 TaskbarItemInfo 属性后,鼠标移动到任务栏图标上,应用程序小窗显示不出来


Regression?

Do not set the TaskbarItemInfo property

---------------------------

不设置 TaskbarItemInfo 属性

Known Workarounds

None

Impact

None

Configuration

.NET Framework 4.8.1,.NET Core 9
Windows 11 26120.2702
Windows X64
Image

Other information

None

@himgoyalmicro himgoyalmicro added the Investigate Requires further investigation by the WPF team. label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigate Requires further investigation by the WPF team.
Projects
None yet
Development

No branches or pull requests

2 participants