[Wayland-bugs] [Bug 704819] New: Freeze while maximizing window with GTK+ > 3.9.0 and wxWidgets

gtk+ (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 24 08:54:48 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=704819
  gtk+ | wayland | 3.9.x

           Summary: Freeze while maximizing window with GTK+ > 3.9.0 and
                    wxWidgets
    Classification: Platform
           Product: gtk+
           Version: 3.9.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: wayland
        AssignedTo: gtk-bugs at gtk.org
        ReportedBy: thibaud.hulin.cl at gmail.com
         QAContact: gtk-bugs at gtk.org
                CC: rob at robster.org.uk, wayland-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=250052)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=250052)
Screenshot after maximizing window

## What happens:
When I open a window coming from wxWidgets minimal sample and maximize, the
window disappears and then I can't select my wlterm.

I installed GTK+ 3.9.0 in another prefix, and I could maximize or resize the
window.

I noticed that shaped sample has not this problem.

I placed some break points to see what happens:
gdk_wayland_window_maximize
on_frame_clock_before_paint
gdk_wayland_window_process_updates_recurse
gdk_wayland_window_map
gdk_wayland_window_ensure_cairo_surface
gdk_window_impl_wayland_begin_paint_region
gdk_wayland_window_ensure_cairo_surface
on_frame_clock_after_paint
#Window is moved on top-left corner
shell_surface_handle_configure
gdk_wayland_window_configure
gdk_wayland_window_update_size
buffer_release_callback
frame_callback
on_frame_clock_before_paint
gdk_wayland_window_process_updates_recurse
gdk_wayland_window_map
gdk_wayland_window_ensure_cairo_surface
gdk_wayland_create_cairo_surface
_create_shm_pool
gdk_window_impl_wayland_begin_paint_region
gdk_wayland_window_ensure_cairo_surface
on_frame_clock_after_paint
#Window disappears
frame_callback
on_frame_clock_before_paint


## My configuration :
* OpenSuse 12.3
* GTK+ 3.9.9 and 3.9.0
* Wayland/Weston 1.1.90

## Steps to reproduce:
1. Install Wayland and GTK+
2. Install wxWidgets (http://trac.wxwidgets.org/ticket/15351)
3. Launch minimal sample and maximize

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Wayland-bugs mailing list