[webkit-qt] Qtwebkit 5.212 Alpha 4 stylesheet issue

Konstantin Tokarev annulen at yandex.ru
Mon Sep 7 09:52:59 PDT 2020



07.09.2020, 19:45, "Ramakanth Kesireddy" <rama.kesi at gmail.com>:
> Thanks for your mail.
> So the WebKit scrollbar not being visible using stylesheet is not a known issue,right?

As you've seen, nobody reported anything similar.

>Am trying to debug on target but want to ensure it is not known issue in Qt WebKit 5.212 or this issue not observed in earlier releases like QtWebkit 5.6 or 5.9?
>
> Is there any means to debug using web inspector on target?

Checking with web inspector may help, but I've meant debugging c++ code, e.g. adding debug prints to code which applies stylesheet.
BTW, do qrc:/ images referenced from css load fine?

As for building QtWebKit, it's absolutely crucial that optimized code is built with -fno-strict-aliasing (works automatically if using -DCMAKE_BUILD_TYPE=Release), there are no other known issues.

>
> As WebKit setuserstylesheet unit tests fail only on target with simple user.css, could you please suggest in this regard?
>
> On Mon, 7 Sep, 2020, 18:38 Konstantin Tokarev, <annulen at yandex.ru> wrote:
>> 07.09.2020, 16:07, "Konstantin Tokarev" <annulen at yandex.ru>:
>>> You have to debug that issue on target yourself. If it doesn't reproduce on desktop, it may be caused by a bug in your compiler or whatever else.
>>
>> BTW, make sure that QtWebKit is built with -DCMAKE_BUILD_TYPE=Release
>>
>> --
>> Regards,
>> Konstantin


-- 
Regards,
Konstantin


More information about the webkit-qt mailing list