[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
Tue Dec 6 04:15:32 PST 2022


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

--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Karl Dubost from comment #1)
> 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%20sc
> roll%20me!
> <br>%20%20%20%20%20This%20is%20where%20page%202%20starts<br>%20%20%20%20%20mo
> re%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

Sweet! If we can remove it then it is better since then we would more web-compatible.

-- 
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/20221206/46c56138/attachment.htm>


More information about the webkit-unassigned mailing list