-
Notifications
You must be signed in to change notification settings - Fork 311
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-toolbar title translates outside of app-header #318
Comments
@esd100 If you don't want the |
I don't want to not use it. Condensed-title is there |
Sorry that I couldn't post my code earlier, but below is a code snippet of my main page.
|
Any help with this would be appreciated. Thanks. |
@esd100 would you mind sending a reduced test case? jsbin or anything? |
@blasten I have never done that before, so I don't know how. Are you just wanting to see what it looks like? Maybe I can post an image or short video. |
@esd100 What @blasten is looking for is a reduced test case that demonstrates the problem so we can run the test to see and debug the issue. The filing issues guidelines also has a jsbin template to help you to get started writing a reduced test case. |
@frankiefu I'm sorry but I don't know how to make a reduced test case. I can post a video though. |
@esd100 I think I see the problem. There is a limitation currently in
|
@frankiefu I think that solved the problem. Thanks for the temporary solution. When I was looking at the code trying to figure it out, it seems like the root problem is somewhere in the calculations. It seems to be a bug in the way the title is translated. The translated y points for the title are coming out beyond the scrolled bottom y position of the toolbar. That's way beyond me though. |
For example, if you look at the
app-header
contacts demo. Ignoring the picture background and just looking at the title. The title stays within the toolbar if you scroll down.However on mine the transformation doesn't stay within the
app-header
toolbar while shrinking (during scrolling), and leaks outside the toolbar into themain content
area of theapp-header-layout
.It seems to be a bug in the way the title is translated. The translated y points for the title are coming out beyond the scrolled bottom y position of the toolbar.
The text was updated successfully, but these errors were encountered: