Bug 2321 - ResizeRelative -up and -left makes window move when at min_size
Status: CLOSED FIXED
Alias: None
Product: Openbox
Classification: Unclassified
Component: general
Version: unspecified
Hardware: PC Linux
: P4 minor
Assignee: Mikachu
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2005-08-09 02:38 EDT by Clay Barnes
Modified: 2007-05-16 15:52:42 EDT
0 users

See Also:



Description Clay Barnes 2005-08-09 02:38:01 EDT
When I want to resize a window to the North or West, I have to call a resize
plus a move. This works fine in most cases, but character-size resizing windows
(like gVim and xterm) present a problem. The chain calls for a resize of, say
20, plus a shift of 20. In these cases, the window resizes 20 characters (say
500 pixels) but only moved 20, so I have a slightly shifted, greatly resized
window that is too far to one side. Actually having commands to resize from any
side would completely solve this problem.
Comment 1 Mikachu 2006-08-02 12:37:07 EDT
I have added two new actions, MoveRelative and ResizeRelative, the former takes arguments x, y and the latter up, left, down, right. There is currently a problem with decreasing the size from above and the left, when the min size is reached the window moves.
Comment 2 Dana Jansens 2007-03-13 23:46:08 EDT
Fixed :D