NEW 164467
Overscroll area should be painted with color at the end of the gradient for non-repeating backgrounds
https://bugs.webkit.org/show_bug.cgi?id=164467
Summary Overscroll area should be painted with color at the end of the gradient for n...
Anthony Ricaud
Reported 2016-11-06 14:48:48 PST
Created attachment 294038 [details] Testcase Steps to reproduce: 1) Open test case 2) Scroll up and down Actual: Top overscroll region is green. Bottom overscroll region is red. Expected: Top overscroll region is red. Bottom overscroll region is green. The overscroll regions should look like extensions of the page. This bug breaks the illusion.
Attachments
Testcase (280 bytes, text/html)
2016-11-06 14:48 PST, Anthony Ricaud
no flags
Radar WebKit Bug Importer
Comment 1 2016-11-09 10:47:08 PST
Simon Fraser (smfr)
Comment 2 2016-11-09 11:13:25 PST
Isn't this just how background painting works (background-repeat is repeat by default).
Anthony Ricaud
Comment 3 2016-11-09 13:30:57 PST
> Isn't this just how background painting works (background-repeat is repeat by default). Yes it is. Sorry I forgot to update the bug after I found out. Markus Stange suggested that maybe non-repeating gradients could be special cased (https://twitter.com/markusstange/status/795400938638938120
Note You need to log in before you can comment on or make changes to this bug.