WebKit Bugzilla
Attachment 370350 Details for
Bug 198092
: Scroll to top doesn't work with frames and overflow scroll
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
test
scroll-to-top.html (text/html), 762 bytes, created by
Antti Koivisto
on 2019-05-21 15:55:38 PDT
(
hide
)
Description:
test
Filename:
MIME Type:
Creator:
Antti Koivisto
Created:
2019-05-21 15:55:38 PDT
Size:
762 bytes
patch
obsolete
><style> >.content { width: 1000px; height: 1000px; background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(55,133,56,1) 60%, rgba(0,212,255,1) 100%); position: absolute } >.scroll { overflow:scroll; border: 2px solid green; position: relative; } ></style> ><div class="scroll" style="width:200px; height:200px"> ><div class="content"> ></div> ></div> > ><div class="scroll" style="width:200px; height:200px"> ><div class="content"> ></div> ></div> > ><div class="scroll" style="width:500px; height:500px"> ><div class="content"> ></div> ></div> > ><div class="scroll" style="width:500px; height:500px"> ><div class="content"> > <div class="scroll" style="left:200px; top:100px; width:200px; height:200px"> > <div class="content"> > </div> > </div> ></div> ></div>
<style> .content { width: 1000px; height: 1000px; background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(55,133,56,1) 60%, rgba(0,212,255,1) 100%); position: absolute } .scroll { overflow:scroll; border: 2px solid green; position: relative; } </style> <div class="scroll" style="width:200px; height:200px"> <div class="content"> </div> </div> <div class="scroll" style="width:200px; height:200px"> <div class="content"> </div> </div> <div class="scroll" style="width:500px; height:500px"> <div class="content"> </div> </div> <div class="scroll" style="width:500px; height:500px"> <div class="content"> <div class="scroll" style="left:200px; top:100px; width:200px; height:200px"> <div class="content"> </div> </div> </div> </div>
View Attachment As Raw
Actions:
View
Attachments on
bug 198092
: 370350