Opened 6 days ago

Closed 5 days ago

#19137 closed bug (fixed)

One click on the resize gadget closes the window

Reported by: elwood Owned by: stippi
Priority: normal Milestone: R1/beta6
Component: User Interface Version: R1/beta5
Keywords: Cc:
Blocked By: Blocking: #17885
Platform: All

Description

hrev58180 on an iMac from 2011

If I click any window resize gadget, the window is closed. So it's pretty easy to do a wrong move and lose your window.

Change History (7)

comment:1 by madmax, 6 days ago

The window is just minimized, not closed. You can still access it from the deskbar, for example.

That may be on purpose. I think the change in (new) line 262 of DefaultWindowBehaviour.cpp in https://review.haiku-os.org/c/haiku/+/344 results in that behaviour (to minimize if the control is just clicked instead of dragged).

comment:2 by humdinger, 6 days ago

I didn't know about that and FWIW, I don't particularly like it. IMO it's quite unintuitive to have this additional behaviour just on the resize corner. You can double-click anywher on the window border plus the tab to hide a window. Doing that on single-click just on the resize widget is strange.

Is it possibly an unintended sideeffect of the patch linked by madmax? At least its commit message doesn't mentioned that change in behaviour.

comment:3 by pulkomandy, 6 days ago

I think that's not intentional, and should be removed. Usually, minimizing happens only on double click (on the window tab), why not do the same here?

comment:4 by diver, 6 days ago

Blocking: 17885 added

comment:5 by waddlesplash, 6 days ago

Keywords: resize close removed
Milestone: UnscheduledR1/beta6

comment:7 by waddlesplash, 5 days ago

Resolution: fixed
Status: newclosed

Fix merged in hrev58187.

Note: See TracTickets for help on using tickets.