qt QWebView fails on loading jQuery page -
I was experiencing this problem recently and no solution was found for this. So, I would appreciate it if you can actually look into it.
is a targeted website that runs JQuery when clicking on a specific button. When I connect to the QWebView and QNetworkAccessManager signals, I think this is loading jquery_modules.min_22190.js.
This is the minimum code you can try and see:
The last thing I see in logs:
End "Unknown error ", Code: 0 Kural (" http://www2.thewebsite.be/nl/js/jquery/jquery_modules.min_22190.js ") Top 1 =" Date ":" Saturn, 26 July 2014 08:50:55 GMT "Header 2" = "Server": "Apache" header3 = "X-frame-option": "SAMEORIGIN" header 4 = "cache-control": "Max-age = 604800" header 5 "End": "Saturday, 02 Aug 2014 08:50:55 GMT "Header 6 =" Various ":" Approved-encoding, User-agent "header 7 = "content-encoding": "gzip" header 8 = "P3P": "CP = 'NOI DSP core PSAO PSDo' header 9 =" keep-alive ":" timeout = 5, max = 200 "header 10 = "Connection": "Keep-Elive" header 11 = "content-type": "text / html; charset = ISO -8859-15"
Thank you very much,
I have solved this problem by going to Qt5. The above problem is not reproducible there.
Comments
Post a Comment