Is there a summary of differences in rendering/behavior between QtWebKit and Chrome/Safari WebKit?
Posted
by Gil
on Stack Overflow
See other posts from Stack Overflow
or by Gil
Published on 2010-05-25T10:01:16Z
Indexed on
2010/05/25
17:01 UTC
Read the original article
Hit count: 238
I wrote a simple Qt application (Windows+Mac) that uses QtWebKit to render a web site inside a window. But I already saw differences in layout and behavior between our app and Chrome (that uses WebKit as well), e.g.: - different fonts are displayed for the same web page - an html anchor link with "javascript:someFunction()" is not working
Is there somewhere a summary list of all such differences (not the entire QtWebKit bug list)? Also: is there a way to use a WebKit version more similar to Chrome in my application?
© Stack Overflow or respective owner