Cody Garver has proposed merging lp:~sindriava+launchpad/granite/fix-958203
into lp:granite.
Requested reviews:
Cody Garver (codygarver)
Related bugs:
Bug #958203 in Granite: "Set Popovers' role to "popover""
https://bugs.launchpad.net/granite/+bug/958203
For more details, see:
https://code.launchpad.net/~sindriava+launchpad/granite/fix-958203/+merge/102010
Manually sets the WM_WINDOW_ROLE to "popover".
Ideally tested with:
"sleep 5 && xprop WM_WINDOW_ROLE"
The sleep part is because clicking outside of popover closes it.
--
https://code.launchpad.net/~sindriava+launchpad/granite/fix-958203/+merge/102010
Your team elementaryart (old) is subscribed to branch lp:granite.
=== modified file 'lib/Widgets/PopOver.vala'
--- lib/Widgets/PopOver.vala 2012-03-26 20:38:30 +0000
+++ lib/Widgets/PopOver.vala 2012-04-14 10:19:21 +0000
@@ -139,6 +139,7 @@
public PopOver()
{
modal = true;
+ set_role ("popover");
hbox = get_content_area() as Gtk.Box;
abox = get_action_area() as Gtk.Box;
--
Mailing list: https://launchpad.net/~elementaryart
Post to : [email protected]
Unsubscribe : https://launchpad.net/~elementaryart
More help : https://help.launchpad.net/ListHelp