Test browser for Qt WebKit 5.4
-
wrote on 6 Mar 2018, 16:43 last edited by
I am trying to debug some rendering issues inside of Tableau Public which uses Qt WebKit 5.4. Is there a test browser I can use to do this, or can anyone recommend any other way to go about trying to debug why things are not rendering correctly?
-
wrote on 7 Mar 2018, 10:35 last edited by
You can use examples (http://code.qt.io/cgit/qt/qtwebkit-examples.git/), or this one: https://github.com/OtterBrowser/test-qtwebkit
BTW, if you are using QtWebKit shipped with Qt 5.4, it's very likely that you have a lot of rendering issues with modern web pages. You should use 5.212 branch instead, it's fully compatible with the rest of Qt 5.4 but provides much better compatibility. See https://github.com/annulen/webkit/wiki
-
wrote on 7 Mar 2018, 14:14 last edited by
Thank you for the response. Unfortunately I am not a developer on the project that is using QtWebKit 5.4, ie Tableau. The Tableau Public desktop software uses QtWebKit to provide their webdataconnector functionality. These connectors are websites that pull in some javascript provided by Tableau to interact with their container. I am working on one of these connectors and that is where I have run into the issue. I will take a look at the example you provided. Is that something I an use the Qt Creator to build and launch?
-
wrote on 7 Mar 2018, 16:03 last edited by
I was able to run the test-qtwebkit project in the Qt Creator and figure out my issue. Thanks again for the help!
-
wrote on 20 Jun 2018, 03:41 last edited by
How you resolved the issue ? Facing similar problem. Thanking in anticipation!