GNOME Bugzilla – Bug 114112
keyboard window resize stops in the middle of the screen
Last modified: 2004-12-22 21:47:04 UTC
Description of Problem: I use window resize from window menu (<Alt>Space). It stops changing the size after roughly half of the screen is reached if window top is exactly at screen top. Mouse resizing works as usual. It I always reproducable here: <Alt>Space Press 'R' for Resize Press and hold Down ... resizing ... stop. metacity 2.4.55 from Gentoo (no vendor patches).
Could you try this with HEAD? The code that handles this sort of thing has been completely rewritten, so my guess is that this has been fixed.
just after I have figured out where the HEAD is...
Go here: http://developer.gnome.org/tools/cvs.html for instructions on using anonymous CVS. or download 2.5.2, the unstable release of metacity from: http://ftp.acc.umu.se/pub/GNOME/desktop/2.3/2.3.2/sources/
it is reproducable both with 2.5.2 and cvs head. A new detail: the workspace I try to switch to has no windows. If there are windows on the target workspace, everything works as expected.
damn, another bug meant. Still, i have to confirm, that the erroneous resizing behaviour persists in both 2.5.2 and cvs head.
Hmm. I can't reproduce. Is there anything special or unique about your setup? Does this happen with all window or a specific application?
only with xterm and rxvt so far. Nothing special apart the system being a Gentoo on 2.5.70. I just bump an xterm to the top, go in keyboard resize mode, press and hold Down. Thats all.
Well it couldn't be the window constraints because there's no constraints on window resizing. Perhaps this is also related to that keybindings bug somehow? Could you run metacity like: export METACITY_VERBOSE=1 METACITY_USE_LOGFILE=1 metacity --replace & then reproduce your bug. Then run unset METACITY_VERBOSE METACITY_USE_LOGFILE metacity --replace You'll end up with a log file in /tmp/. Attach that log file to this bug. Maybe that'll tell us something. Be sure to say what the title of the window you have trouble resizing is to make it easier to find the problem.
Created attachment 17024 [details] debug log
The window name is "raa@steel ~". It was the only window on the screen, as far as I could see them.
Created attachment 17025 [details] The same, using cvs-head.
*** This bug has been marked as a duplicate of 122670 ***