WebKit Bugzilla
Attachment 342484 Details for
Bug 186549
: Scrolling over fixed elements to top when scroll position is 0 will trigger body scroll
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Demo page
index.html (text/html), 1019 bytes, created by
Daniel Husar
on 2018-06-11 16:44:12 PDT
(
hide
)
Description:
Demo page
Filename:
MIME Type:
Creator:
Daniel Husar
Created:
2018-06-11 16:44:12 PDT
Size:
1019 bytes
patch
obsolete
> ><!doctype html> ><html> > <head> > <meta name="viewport" content="initial-scale=1, width=device-width"> > </head> > <body> > Body Body Body Body Body Body > <div> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > Fixed El<br> > </div> > > <style> > div { > position: fixed; > top: 0; > left: 0; > right: 0; > bottom: 0; > overflow: auto; > -webkit-overflow-scrolling: touch; > padding: 10px; > background: rgba(0, 0, 0, .2); > } > </style> > </body> ></html>
<!doctype html> <html> <head> <meta name="viewport" content="initial-scale=1, width=device-width"> </head> <body> Body Body Body Body Body Body <div> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> Fixed El<br> </div> <style> div { position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: auto; -webkit-overflow-scrolling: touch; padding: 10px; background: rgba(0, 0, 0, .2); } </style> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 186549
:
342481
| 342484