[Touch-packages] [Bug 512427] Re: Don't let offscreen widgets do grab adds

2016-09-29 Thread djb
This patch has propagated to Debian too, where it causes this


every time a GtkComboBox with wrap-width not set is opened.

This seems bad. Can this patch be removed? I'm not sure it's applicable
in 2016. It's weird also that a patch with such a weak synopsis was
accepted:

"seem like they should not be allowed to do grab the mouse or whatever"

What was that supposed to mean?

** Bug watch added: GNOME Bug Tracker #771242
   https://bugzilla.gnome.org/show_bug.cgi?id=771242

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/512427

Title:
  Don't let offscreen widgets do grab adds

Status in gtk+2.0 package in Ubuntu:
  Fix Released

Bug description:
  Widgets inside GtkOffscreenWindow seem like they should not be allowed
  to do grab the mouse or whatever, as this can deactivate open menus
  and stuff.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/512427/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 512427] Re: Don't let offscreen widgets do grab adds

2016-09-29 Thread djb
The bug this causes is

(GameConqueror.py:19834): Gdk-CRITICAL **: gdk_window_get_window_type:
assertion 'GDK_IS_WINDOW (window)' failed

as documented here

https://bugzilla.gnome.org/show_bug.cgi?id=771242

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/512427

Title:
  Don't let offscreen widgets do grab adds

Status in gtk+2.0 package in Ubuntu:
  Fix Released

Bug description:
  Widgets inside GtkOffscreenWindow seem like they should not be allowed
  to do grab the mouse or whatever, as this can deactivate open menus
  and stuff.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/512427/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 512427] Re: Don't let offscreen widgets do grab adds

2014-11-08 Thread Alistair Buxton
This patch causes an annoying g_critical if you add a grab on a widget
before it is realized. In this case toplevel->window will be null.

This also make me wonder what happens if you add a grab to an offscreen
widget before realizing it.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/512427

Title:
  Don't let offscreen widgets do grab adds

Status in “gtk+2.0” package in Ubuntu:
  Fix Released

Bug description:
  Widgets inside GtkOffscreenWindow seem like they should not be allowed
  to do grab the mouse or whatever, as this can deactivate open menus
  and stuff.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/512427/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp