Bug 167833 - kickoff does not respect grab location when resizing
Summary: kickoff does not respect grab location when resizing
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-kickoff (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-31 13:01 UTC by Ambroz Bizjak
Modified: 2008-07-31 21:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
fix (3.61 KB, patch)
2008-07-31 13:03 UTC, Ambroz Bizjak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ambroz Bizjak 2008-07-31 13:01:59 UTC
Version:            (using Devel)
Installed from:    Compiled sources
OS:                Linux

When resising kickof by grabbing the resize handle in the corner, the resizing happens so that the corner of the window follows the tip of the of the cursor. However, it would be better if the actual point where the handle was grabbed followed the cursor.
For instance, grabbing the resize handle and moving the mouse one pixel left and one pixel right results in a size different than the original.
Comment 1 Ambroz Bizjak 2008-07-31 13:03:21 UTC
Created attachment 26530 [details]
fix

This fixes is by taking into account the offset of the mouse from the corner
when the resizing begins.
Comment 2 Aaron J. Seigo 2008-07-31 21:48:36 UTC
SVN commit 840279 by aseigo:

better resize handling by following location of drag start; patch by ambro
BUG:167833


 M  +28 -8     launcher.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=840279