ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
862 stars 172 forks source link

Broken history/scroll support #71

Closed cyrus-and closed 7 years ago

cyrus-and commented 7 years ago

Despite the URL is properly updated with the correct hash when navigating backward/forward the history, the scroll remains at the top of the page. Not sure if this worked before.

Chrome 54.0.2840.98 on macOS.

kdzwinel commented 7 years ago

Yep, confirmed. It's probably a polymer bug though, maybe it's time to update (or ditch polymer and use material design light instead)?

Thanks for reporting!

aslushnikov commented 7 years ago

This indeed hurts a lot.

cyrus-and commented 7 years ago

I'm not sure if this has been introduced by #85, but now the content lies behind the app-header thus hiding it.

2017-10-18-142656_1920x1080_scrot

(Transparency added for clarity.)

paulirish commented 7 years ago

@TimvdLippe do you want to take a look at this?

TimvdLippe commented 7 years ago

It seems like this is an artifact of app-header-layout. I filed an upstream issue at https://github.com/PolymerElements/app-layout/issues/519 to see how we can fix this.