When a window semi-maximized the decorator should show "Unmaximize" button.
Bug #1608480 reported by
Andrea Azzarone
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity (Ubuntu) |
Fix Released
|
Medium
|
Marco Trevisan (Treviño) | ||
Xenial |
Fix Released
|
Medium
|
Unassigned |
Bug Description
[Impact]
Partially maximized windows show a wrong un-maximize button
[Test case]
#1. Open a window (e.g. gedit)
#2. Semimaximize it snapping to the right of the screen
Expected:
The three windows buttons are: close minimize unmaximize
Actual:
The three windows button are: close minimize maximize
[Regression potential]
Windows won't properly maximize/
Related branches
lp://qastaging/~azzar1/unity/fix-maximimize-button-if-vert-horz
Superseded
for merging
into
lp://qastaging/unity
- Unity Team: Pending requested
-
Diff: 88 lines (+20/-4)4 files modifieddecorations/DecoratedWindow.cpp (+9/-1)
decorations/DecorationsPriv.h (+2/-0)
decorations/DecorationsWindowButton.cpp (+8/-1)
decorations/DecorationsWindowButton.h (+1/-2)
lp://qastaging/~3v1n0/unity/fix-maximimize-button-if-vert-horz
- Marco Trevisan (Treviño): Approve
- Andrea Azzarone (community): Approve
-
Diff: 237 lines (+70/-18)6 files modifieddecorations/DecoratedWindow.cpp (+29/-1)
decorations/DecoratedWindow.h (+1/-0)
decorations/DecorationsPriv.h (+3/-0)
decorations/DecorationsWindowButton.cpp (+34/-15)
decorations/DecorationsWindowButton.h (+2/-1)
plugins/unityshell/src/unityshell.cpp (+1/-1)
lp://qastaging/~unity-team/unity/x-sru4
- Unity Team: Pending requested
-
Diff: 1517 lines (+607/-196)26 files modifieddash/FilterExpanderLabel.cpp (+8/-0)
dash/FilterExpanderLabel.h (+1/-0)
debian/changelog (+43/-0)
decorations/DecoratedWindow.cpp (+29/-1)
decorations/DecoratedWindow.h (+1/-0)
decorations/DecorationsForceQuitDialog.cpp (+7/-7)
decorations/DecorationsPriv.h (+3/-0)
decorations/DecorationsWindowButton.cpp (+34/-15)
decorations/DecorationsWindowButton.h (+2/-1)
launcher/SwitcherController.cpp (+3/-2)
launcher/SwitcherView.cpp (+9/-2)
lockscreen/UserAuthenticatorPam.cpp (+3/-2)
panel/PanelMenuView.cpp (+1/-1)
panel/PanelView.cpp (+3/-0)
plugins/unityshell/src/unityshell.cpp (+28/-14)
plugins/unityshell/src/unityshell.h (+2/-2)
shutdown/SessionView.cpp (+0/-8)
unity-shared/CMakeLists.txt (+1/-0)
unity-shared/DashStyle.cpp (+42/-82)
unity-shared/DashStyle.h (+10/-14)
unity-shared/DecorationStyle.cpp (+6/-1)
unity-shared/OverlayRenderer.cpp (+113/-42)
unity-shared/PluginAdapter.cpp (+1/-1)
unity-shared/SpreadWidgets.cpp (+195/-0)
unity-shared/SpreadWidgets.h (+48/-0)
unity-shared/WindowButtons.cpp (+14/-1)
Changed in unity (Ubuntu): | |
assignee: | Andrea Azzarone (azzar1) → Marco Trevisan (Treviño) (3v1n0) |
description: | updated |
Changed in unity (Ubuntu Xenial): | |
importance: | Undecided → Medium |
tags: |
added: verification-done removed: verification-needed |
To post a comment you must log in.
Added to Trello: https:/ /trello. com/c/4AKHywjw/ 43-bug- 1608480- when-a- window- semi-maximized- the-decorator- should- show-unmaximize -button