We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<app-header-layout> clobbers it's header's scrollTarget in _updateLayoutStates
<app-header-layout>
_updateLayoutStates
If scrollTarget is set on header, it should be respected
scrollTarget is reset to either documentElement or contentContainer
https://jsbin.com/wusagubagi/1/edit?html,js,console
app-header-layout
app-header
The text was updated successfully, but these errors were encountered:
Checks for existing scrollTarget before overwriting
65ea99c
Fixes PolymerElements#547
No branches or pull requests
Description
<app-header-layout>
clobbers it's header's scrollTarget in_updateLayoutStates
Expected outcome
If scrollTarget is set on header, it should be respected
Actual outcome
scrollTarget is reset to either documentElement or contentContainer
Live Demo
https://jsbin.com/wusagubagi/1/edit?html,js,console
Steps to reproduce
app-header-layout
element in the page with anapp-header
.Browsers Affected
The text was updated successfully, but these errors were encountered: