[Webkit-unassigned] [Bug 248906] New: WinCairo WK2 MiniBrowser: linear-gradient layout problems in high DPI display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 14:01:32 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248906

            Bug ID: 248906
           Summary: WinCairo WK2 MiniBrowser: linear-gradient layout
                    problems in high DPI display
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

WinCairo WK2 MiniBrowser: linear-gradient layout problems in high DPI display

WinCairo WK2 doesn't support device scale factor (bug#196339).
So, WinCairo WK2 MiniBrowser is setting a page scale for high DPI display (bug#196391).
However, this approach has some layout problems in some web pages.

https://www.publickey1.jp/
the background of the right side column is placed wrong position.
> background: linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 570px,rgba(150,150,150,0.15) 570px,rgba(150,150,150,0.15) 900px);

https://www.yomiuri.co.jp/
the background of the header is too short.
> background: linear-gradient(0deg,indigo,indigo 50px,transparent 0,transparent);

They have a linear-gradient with absolute length values.
WebKit has a bug of such linear-gradient and page zoom (bug#18511).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221207/b105f844/attachment-0001.htm>


More information about the webkit-unassigned mailing list