Bug 169742 - [GTK] Order Of The Stick doesn't finish rendering in 2.15.92
Summary: [GTK] Order Of The Stick doesn't finish rendering in 2.15.92
Status: RESOLVED DUPLICATE of bug 172949
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-16 03:01 PDT by Andres Gomez Garcia
Modified: 2018-05-03 07:13 PDT (History)
2 users (show)

See Also:


Attachments
Screenshot (126.83 KB, image/png)
2017-03-16 03:01 PDT, Andres Gomez Garcia
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Gomez Garcia 2017-03-16 03:01:10 PDT
Created attachment 304626 [details]
Screenshot

I'm using WebKitGtk+ with my own JHBuild setting:
https://github.com/tanty/jhbuild-epiphany/tree/master

WebKit 2.15.92.

The compilation was done with CMake args:

'-DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DENABLE_MINIBROWSER=ON -DCMAKE_C_FLAGS_RELEASE="-O0 -g -DNDEBUG  -DG_DISABLE_CAST_CHECKS" -DCMAKE_CXX_FLAGS_RELEASE="-O0 -g -DNDEBUG -DG_DISABLE_CAST_CHECKS"'

Open MiniBrowser, maximize the window and go to:
http://www.giantitp.com/comics/oots1068.html

The loading indicator shows that the web has finished loading but only a narrow top part is actually rendered.

If we show the Web Inspector, the web finishes rendering. The Web Inspector, in any case, takes some seconds to be shown.

I'm pretty sure I've been seeing a similar behavior since several 2.15.x versions before but I was not able to reproduce until now.
Comment 1 Michael Catanzaro 2017-03-17 05:29:13 PDT
I can reproduce it with trunk but not with 2.14.5, so it's a regression.
Comment 2 Andres Gomez Garcia 2018-05-03 07:13:19 PDT

*** This bug has been marked as a duplicate of bug 172949 ***