frostedpenguin / the-glorious-dotfiles

A glorified personal dot files
GNU Affero General Public License v3.0
29 stars 5 forks source link

[BUG] task_list accidently closes windows that were minimized #6

Closed ildar closed 1 year ago

ildar commented 1 year ago

Technical Information (please complete the following information):

Describe the bug When a window gets un-minimized, it may be unintentionally closed. That's because the window's bar length is changed and the closing X appears under the mouse.

To Reproduce Steps to reproduce the behavior:

  1. Notice where the X (closing) of a particular open window is
  2. Minimize that window
  3. move the mouse tho that place (p.1)
  4. Mouse Left Button Down (unminimizes the window, the X moves to the place right under the cursor)
  5. Mouse Left Button UP closes the window.

Expected behavior the bar's length stay the same OR patch that behavior

frostedpenguin commented 1 year ago

hello :wave: I can't seem to reproduce the bar length change..

Can you provide some screenshots and what layout (floating, tile e.t.c.) are you using?

ildar commented 1 year ago

I've made a change that switches the workspaces and window handles. So this problem doesn't exist for me. I'll publish my patch later.