GNOME Bugzilla – Bug 747176
[native-window-placement] Selection outline is drawn on top of the window label
Last modified: 2017-04-25 12:15:02 UTC
When the native window placement extension is enabled, the selection outline displayed on hover obscures the window label. gnome-shell 3.16.0 gnome-shell-extensions 3.16.0
*** Bug 748084 has been marked as a duplicate of this bug. ***
Same problem on Gnome Shell 3.14.1 with this extension.
I'm 3.16.2 (Debian), same problem here.
Created attachment 350007 [details] [review] Rise title on z index above border element to fix #747176
Review of attachment 350007 [details] [review]: The patch title seems to be wrong. (You add the .raise instead of adding yourself to AUTHORS :D)
(In reply to Christoph Schulz from comment #5) > Review of attachment 350007 [details] [review] [review]: > > The patch title seems to be wrong. > (You add the .raise instead of adding yourself to AUTHORS :D) Yeah sorry i am new with git and did just blindly follow the tutorial @ https://wiki.gnome.org/Git/Developers :) How do we proceed? Can i change the commit title somehow? I think i have to do a new commit right?
$ git commit --amend allows you to change the (top-most) commit - if you have other commits in the tree, you can use $ git rebase -i origin/master first to 'stop' at the commit in question (by marking it with 'edit'). (While speaking of commit messages: https://chris.beams.io/posts/git-commit/ provides some good guidance on the topic)
Created attachment 350283 [details] [review] Raise window title on z index above border element
I fixed the title and added a short description to the patch. Please review.
Mmh, taking a closer look - the issue should have been fixed more than a year ago[0] ... [0] https://git.gnome.org/browse/gnome-shell-extensions/commit/?id=2b9ea75
I have the latest version from extensions.gnome.org and your changes were not included there Now that you mention it i see it in the git clone. So it seems this bug is already solved.
(In reply to supremesyntax from comment #11) > I have the latest version from extensions.gnome.org and your changes were > not included there Are you sure? I'm seeing extension versions for 3.20, 3.22 and 3.24, all of which should have that change. *** This bug has been marked as a duplicate of bug 758976 ***
I'm on Ubuntu 16.04.2 LTS I am using GNOME Shell 3.18.5 so maybe it's missing for this version extension version is "30" in metadata.json
(In reply to supremesyntax from comment #13) > I'm on Ubuntu 16.04.2 LTS > I am using GNOME Shell 3.18.5 so maybe it's missing for this version Yes, the patch landed in 3.20 - the versions mentioned in comment #12 weren't picked at random :-)