[Webkit-unassigned] [Bug 248432] overflow:-webkit-paged-y doesn't show a scrollbar on regular blocks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 4 21:07:30 PST 2022


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karlcow at apple.com

--- Comment #1 from Karl Dubost <karlcow at apple.com> ---
Instead it should probably be removed. 
https://bugs.chromium.org/p/chromium/issues/detail?id=940652

With 
```
data:text/html,<div%20style="line-height:2em;%20height:9em;%20overflow:-webkit-paged-y;%20background:yellow;">%20%20%20%20%20scroll%20me<br>%20%20%20%20%20Please%20scroll%20me<br>%20%20%20%20%20Pretty%20please%20scroll%20me<br>%20%20%20%20%20Pretty%20please%20scroll%20me!<br>%20%20%20%20%20This%20is%20where%20page%202%20starts<br>%20%20%20%20%20more%20page%202%20content<br>%20%20%20%20%20even%20more%20page%202%20content<br>%20%20%20%20%20PASS%20</div>
```

and `window.getComputedStyle(document.querySelector('div')).overflow`

Safari: `auto -webkit-paged-y`
Firefox: `visible`
Chrome: `visible`


https://searchfox.org/wubkat/search?q=WebkitPaged&path=&case=false&regexp=false

-- 
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/20221205/0b49c61f/attachment.htm>


More information about the webkit-unassigned mailing list