Alt+click should raise with raise-on-click disabled
Bug #881329 reported by
James Pharaoh
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
compiz (Ubuntu) |
Confirmed
|
Undecided
|
Sam Spilsbury |
Bug Description
This might seem counter-intuitive but this is the behaviour exhibited by metacity. Alt+drag moves a window alt+middle-drag resizes it. Alt+click is an equivalent command to the window manager to /explicity/ raise a window. The raise-on-click option should only describe the /implicit/ raising when a click is directed to the application itself.
Related branches
lp:~jamespharaoh/ubuntu/precise/compiz/fix-881329
- Sam Spilsbury (community): Approve
- Ubuntu branches: Pending requested
-
Diff: 1053 lines (+963/-1)10 files modified.pc/.quilt_patches (+1/-0)
.pc/.quilt_series (+1/-0)
.pc/applied-patches (+1/-0)
.pc/fix-881329.patch/plugins/move/src/move.cpp (+756/-0)
.pc/fix-881329.patch/plugins/move/src/move.h (+135/-0)
debian/changelog (+7/-0)
debian/patches/fix-881329.patch (+49/-0)
debian/patches/series (+1/-0)
plugins/move/src/move.cpp (+10/-1)
plugins/move/src/move.h (+2/-0)
lp:~jamespharaoh/ubuntu/oneiric/compiz/fix-881329
- Ubuntu branches: Pending requested
-
Diff: 72218 lines (+71073/-281)49 files modified.pc/.quilt_patches (+1/-0)
.pc/.quilt_series (+1/-0)
.pc/applied-patches (+10/-0)
.pc/fix-748840.patch/src/window.cpp (+6916/-0)
.pc/fix-832150.patch/src/screen.cpp (+4901/-0)
.pc/fix-832150.patch/src/window.cpp (+7071/-0)
.pc/fix-863328.patch/plugins/scale/src/privates.h (+187/-0)
.pc/fix-863328.patch/plugins/scale/src/scale.cpp (+1810/-0)
.pc/fix-864330.patch/plugins/move/src/move.cpp (+756/-0)
.pc/fix-864330.patch/src/privatescreen.h (+545/-0)
.pc/fix-864330.patch/src/privatewindow.h (+350/-0)
.pc/fix-864330.patch/src/window.cpp (+7095/-0)
.pc/fix-864478.patch/plugins/decor/src/decor.cpp (+2210/-0)
.pc/fix-864478.patch/src/event.cpp (+2083/-0)
.pc/fix-864478.patch/src/window.cpp (+7073/-0)
.pc/fix-865863.patch/src/event.cpp (+2006/-0)
.pc/fix-866752.patch/src/privatescreen.h (+480/-0)
.pc/fix-866752.patch/src/privatewindow.h (+350/-0)
.pc/fix-866752.patch/src/window.cpp (+6916/-0)
.pc/fix-869316_869919.patch/src/event.cpp (+2013/-0)
.pc/fix-869316_869919.patch/src/stackdebugger.cpp (+491/-0)
.pc/fix-869316_869919.patch/src/window.cpp (+7058/-0)
.pc/fix-869967.patch/src/window.cpp (+7048/-0)
.pc/fix-881329.patch/plugins/move/src/move.cpp (+756/-0)
.pc/fix-881329.patch/plugins/move/src/move.h (+135/-0)
debian/changelog (+41/-0)
debian/control (+0/-1)
debian/patches/fix-748840.patch (+14/-0)
debian/patches/fix-832150.patch (+50/-0)
debian/patches/fix-863328.patch (+56/-0)
debian/patches/fix-864330.patch (+541/-0)
debian/patches/fix-864478.patch (+283/-0)
debian/patches/fix-865863.patch (+110/-0)
debian/patches/fix-866752.patch (+597/-0)
debian/patches/fix-869316_869919.patch (+259/-0)
debian/patches/fix-869967.patch (+49/-0)
debian/patches/fix-881329.patch (+49/-0)
debian/patches/series (+10/-0)
plugins/decor/src/decor.cpp (+0/-2)
plugins/move/src/move.cpp (+11/-2)
plugins/move/src/move.h (+2/-0)
plugins/scale/src/privates.h (+1/-0)
plugins/scale/src/scale.cpp (+15/-0)
src/event.cpp (+135/-57)
src/privatescreen.h (+71/-0)
src/privatewindow.h (+3/-2)
src/screen.cpp (+17/-9)
src/stackdebugger.cpp (+5/-5)
src/window.cpp (+492/-203)
tags: | added: focus-follows-mouse |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.