[gnome-shell/gnome-3-8] osdWindow: Make sure the OSD is always our topmost chrome element
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-8] osdWindow: Make sure the OSD is always our topmost chrome element
- Date: Wed, 5 Jun 2013 13:36:50 +0000 (UTC)
commit 494fcfecf834a0e18efebbcaca1de5d0a7e46436
Author: Rui Matos <tiagomatos gmail com>
Date: Thu May 30 14:29:31 2013 +0200
osdWindow: Make sure the OSD is always our topmost chrome element
In particular this fixes the OSD showing up behind a modal dialog's
lightbox.
https://bugzilla.gnome.org/show_bug.cgi?id=701269
js/ui/osdWindow.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/osdWindow.js b/js/ui/osdWindow.js
index bab721d..4079f5a 100644
--- a/js/ui/osdWindow.js
+++ b/js/ui/osdWindow.js
@@ -138,6 +138,7 @@ const OsdWindow = new Lang.Class({
if (!this.actor.visible) {
this.actor.show();
this.actor.opacity = 0;
+ this.actor.get_parent().set_child_above_sibling(this.actor, null);
Tweener.addTween(this.actor,
{ opacity: 255,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]