Re: gtk webview wrong rendering on load and small artifact
Michael Nazzareno Trimarchi via gtkmm-list <[email protected]> Wed, 3 Aug 2022 12:07:20 +0200
| Newsgroups | gmane.comp.gnome.gtkmm,gmane.os.opendarwin.webkit.gtk |
|---|---|
| Message-ID | <CAOf5uwmL7s2DcJwDrXNW+Ga+geTD4Ydn2cs7Xb9DOkms75n+1Q@mail.gmail.com> |
Hi On Wed, Aug 3, 2022 at 11:55 AM Michael Nazzareno Trimarchi <[email protected]> wrote: > > Hi > > I have created a simple example using gtkmm and webkit here: > > https://github.com/panicking/gtkmm_alexa > > I restart to work on it in my spare time but I found a rendering > problem on the first load of the page. If I resize it the artifact > disappears. Another problem is that resizing > is presenting some white background glitch. There is some dependencies > with newer version of the library but I have no idea how can I debug For the white flickering maybe can be connected to this warning (alexa:569443): Gtk-WARNING **: 12:04:15.960: gtkmm__GtkScrolledWindow 0x561dba7fc3b0 or a child called gtk_widget_queue_resize() during size_allocate(). GTK_DEBUG=geometry > it > > Michael