Skip to content
New issue

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 repositioned by app-header-layout incorrectly #438

Closed
1 of 8 tasks
andystevensname opened this issue Mar 28, 2017 · 1 comment
Closed
1 of 8 tasks

App-header repositioned by app-header-layout incorrectly #438

andystevensname opened this issue Mar 28, 2017 · 1 comment

Comments

@andystevensname
Copy link

Description

app-header-layout pushes app-header to the left when it shouldn't.

Expected outcome

app-header-layout takes control of app-header and they play nicely inside an app-drawer-layout with an app-drawer.

Actual outcome

app-header-layout takes the left coordinate of app-header, which is now the width of app-drawer, and sets app-header's left property to that value, effectively doubling the space from the left side of the page. This might be because app-header-layout has position: relative?

Steps to reproduce

Using #2.0-preview and Polymer/polymer#2.0.0-rc.3 simply create a boilerplate app with app-header-layout, app-header, app-drawer-layout, app-drawer:

git clone [email protected]:andystevensname/app-header-layout-possible-bug.git

Browsers Affected

Have only tested in Chrome

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
@andystevensname
Copy link
Author

I had not updated my index.html, which quickly fixed things. My apologies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant