| Summary: | No resize cursor for the corners of GTK CSD windows | ||
|---|---|---|---|
| Product: | [Plasma] Breeze | Reporter: | Björn Feber <bfeber> |
| Component: | Icons | Assignee: | visual-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kainz.a, nate, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | 5.13.5 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/breeze/0383cd9adc75c3149b4bd0799dd98b44b6244040 | Version Fixed/Implemented In: | 5.14.3 |
| Sentry Crash Report: | |||
| Attachments: |
How the bug looks like
How it looks like when it is fixed |
||
|
Description
Björn Feber
2018-09-28 19:43:07 UTC
Created attachment 115304 [details]
How the bug looks like
Created attachment 115305 [details]
How it looks like when it is fixed
Git commit baab8494bbe91f66121d4623db6b3349ccd986f0 by Nicolas Fella.
Committed on 03/10/2018 at 12:15.
Pushed by nicolasfella into branch 'master'.
[Cursors] link *-resize to *_corner cursor
Summary:
When hovering at the window corner in Nautilus an Adwaita curser is shown. Link it to the Breeze equivalent.
Test Plan:
Before:
{F6298098}
After:
{F6298099}
Reviewers: #breeze, hpereiradacosta, ngraham, andreask
Reviewed By: #breeze, ngraham
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D15889
A +1 -0 cursors/Breeze/Breeze/cursors/ne-resize
A +1 -0 cursors/Breeze/Breeze/cursors/nw-resize
A +1 -0 cursors/Breeze/Breeze/cursors/se-resize
A +1 -0 cursors/Breeze/Breeze/cursors/sw-resize
https://commits.kde.org/breeze/baab8494bbe91f66121d4623db6b3349ccd986f0
There is still an issue! The cursors got linked with the *_corner cursors, but this is wrong, since those are different cursor than the normal resize cursors! This is how the links should be: sw-resize --> size_bdiag ne-resize --> size_bdiag nw-resize --> size_fdiag se-resize --> size_fdiag Fixed for-realzies with https://phabricator.kde.org/D15950 Git commit 0383cd9adc75c3149b4bd0799dd98b44b6244040 by Nate Graham, on behalf of Nicolas Fella.
Committed on 04/11/2018 at 17:04.
Pushed by ngraham into branch 'Plasma/5.14'.
[Cursors] link *-resize to *_corner cursor
Summary:
When hovering at the window corner in Nautilus an Adwaita curser is shown. Link it to the Breeze equivalent.
Test Plan:
Before:
{F6298098}
After:
{F6298099}
Reviewers: #breeze, hpereiradacosta, ngraham, andreask
Reviewed By: #breeze, ngraham
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D15889
A +1 -0 cursors/Breeze/Breeze/cursors/ne-resize
A +1 -0 cursors/Breeze/Breeze/cursors/nw-resize
A +1 -0 cursors/Breeze/Breeze/cursors/se-resize
A +1 -0 cursors/Breeze/Breeze/cursors/sw-resize
https://commits.kde.org/breeze/0383cd9adc75c3149b4bd0799dd98b44b6244040
|