[WebKit-devel] [Bug 291277] Does not justify or does not distribute whitespace

Dawit Alemayehu adawit at kde.org
Thu Aug 2 07:07:24 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=291277

--- Comment #26 from Dawit Alemayehu <adawit at kde.org> ---
(In reply to comment #25)
> Created attachment 72884 [details]
> spacing problem
> 
> (In reply to comment #24)
> > Ok. I see why I was not able to reproduce this problem. I was using a more
> > recent version of QtWebKit than v2.2.0. If I downgrade to the "officially"
> > released version of QtWebKit1, I can readily reproduce all the problems you
> > listed here. 
> 
> Is there any way to use Konqueror with QtWebKit2? 

Unfortunately the answer here is no. Not for the foreseeable future. The
QtWebKit2 API is completely different than the QtWebKit1 API since it is based
on WebKit2 and its split process model. Currently the API provided by QtWebKit2
does not allow it to be used as a browser engine rendering engine and is almost
entirely designed to be used from QML.

> I'd like to, because there
> is one more problem I have. I'm not sure these problems are connected. Html
> for screenshot:
> <html>
> <style>
> p {letter-spacing: -2px}
> </style>
> <body>
> <p>any text (<span>123</span>)</p>
> </body>
> </html>
> 
> Should I open new bug for this?

It won't do any good for a couple of reasons. First it is obviously not a bug
in kdewebkit itself. kdewebkit is nothing more than a thin wrapper around
QtWebKit1 to allow use of KDE's frameworks such as KIO and KWallet. Second that
bug is likely already fixed in upstream version of QtWebKit as well.
Unfortunately, those changes did not make it into the version branched, tested
and included with Qt 4.8. However, if you still want to report the bug, I
suggest you follow the guides outlined at
http://trac.webkit.org/wiki/QtWebKitBugs and report the bug there.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the WebKit-devel mailing list