Skip to content

The taskbar buttons are not synchronized with the actual active windows. #142

Description

@tabris17

Bug Reproduction Steps:

  1. run "notepad.exe" (or other applications)
  2. apply the following code to the Notepad window:
    SetWindowPos(hwndNotepad, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
    SetWindowLongPtr(hwndNotepad, GWL_EXSTYLE, notepadExStyle | WS_EX_NOACTIVATE);
    At this moment, the Notepad button disappears from the Windows taskbar but remains in the CairoShell taskbar.
  3. close notepad

Finally, the Notepad button still remains in the CairoShell taskbar, but the Notepad process has already terminated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions