Bug 1158472
Summary: | Some windows don't raise when titlebar clicked (when raise to click is false) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Adam Goode <adam> |
Component: | gtk3 | Assignee: | Matthias Clasen <mclasen> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 21 | CC: | ccecchi, fmuellner, mclasen, otaylor, pbrobinson, walters |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-02-13 13:53:27 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Adam Goode
2014-10-29 13:07:05 UTC
(In reply to Adam Goode from comment #0) > It seems like the new style Gnome windows (drawn by Gtk?) don't work. Mutter > windows seem fine. I don't know which component to assign to. This is indeed tricky - technically, everything works as expected: from the WM's point of view, client-side decorated windows don't have a titlebar, so the raise-on-click option effects the entire window. All we could do in mutter is treating a random area at the top as "titlebar", so I think this is best addressed in GTK+'s headerbar. I don't see any behavior difference when toggling raise-on-click - windows get raised on click regardless of the setting. Which setting? For me, it is org.gnome.desktop.wm.preferences.raise-on-click. (In reply to Matthias Clasen from comment #2) > I don't see any behavior difference when toggling raise-on-click - windows > get raised on click regardless of the setting. The setting is only relevant for focus-follows-mouse mode[0] [0]https://git.gnome.org/browse/mutter/tree/src/core/prefs.c#n1303 I've pushed a fix upstream: https://git.gnome.org/browse/gtk+/commit/?id=ac497c6e8f45bfece4054ba7f72ffd7becb45311 |