Re: [Sawfish] Firefox/Waterfox window size is reported incorrectly in resize overlay. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
- To: sawfish@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [Sawfish] Firefox/Waterfox window size is reported incorrectly in resize overlay.
- From: Derek Upham <derek_upham@xxxxxxxxxxxxx>
- Date: Fri, 07 Jul 2023 20:27:48 -0700
- Cc: Robert 'Bobby' Zenz <Robert.Zenz@xxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1688786874; s=20210208-e7xh; d=mailfence.com; i=derek_upham@xxxxxxxxxxxxx; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type; l=1908; bh=PNaDY4vvhqz80hD1hplw3Uph+9jId4oTj1mpYTZJq7k=; b=3OU501LNq8Nuh7KlZ8lhvghqxHpdyrEkdhT6jQ8ARr1ISfI/Qapxbge9SSrcf3/E P1P20azysNGL3c2I0dgUnn0G/+d8+W0Nyrc+6zMJ2PaAChy5AKkeHMJFN5P1bWLBC4b ogUal3N6ldyVK4krvSo8mQlSD+zCZWE5K5g1ch74Oz+1Tz7BMsj8zdFP3hLhZQR+U3T 9FmsjOwmdOY8w8R7sWJIVwRMAeDUEsggsfrT0XrC+L7aApJ2NEvCaoexXIVPgu+IEYT Efidk8/NIHBfgsy0Cgt3sbs/x+95r1khF5xrL/0MU6lmsjFE0K0ZVi+n/s7Y5em8it/ +VeeMnQcog==
I can reproduce that.
One thing that noticed: Between Firefox, Liferea, and Baobab, only
Firefox has a non-zero base size, per xprop. Maybe Sawfish is
subtracting out the base size.
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified minimum size: 675 by 180
program specified maximum size: 16384 by 16384
program specified base size: 675 by 180
window gravity: NorthWest
WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS,
_NET_WM_PING, _NET_WM_SYNC_REQUEST
WM_CLASS(STRING) = "Navigator", "firefox"
---
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified minimum size: 449 by 110
program specified base size: 0 by 0
window gravity: NorthWest
WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS,
_NET_WM_PING, _NET_WM_SYNC_REQUEST
WM_CLASS(STRING) = "liferea", "Liferea"
---
WM_NORMAL_HINTS(WM_SIZE_HINTS):
program specified minimum size: 774 by 168
WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS,
_NET_WM_PING, _NET_WM_SYNC_REQUEST
WM_CLASS(STRING) = "baobab", "baobab"
Robert 'Bobby' Zenz <Robert.Zenz@xxxxxxxxxxxxxx> writes:
I haven't had time to look into this so far, but I just noticed
that
the Firefox/Waterfox window size is being reported incorrectly
by the
resize-overlay.
I've enabled "Move/Resize -> Show current dimensions of window
while
resizing" and it seems like that the displayed/reported window
size is
the actual size minus the *minimum* size, so the displayed size
is a
few hundred pixels wrong. See the attached screenshot.
I can't remember when it started, but so far Firefox/Waterfox
seems to
be the only application/window which exhibits this
behavior. Other
applications which have a fixed minimum size of the window do
not
display this. I've updated to the latest master and this still
shows.
Has somebody else seen this?
--
Sawfish ML