-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Fix for floating pinned persistent header #11223
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
Conversation
… calculating scrollExtent in SliverGeometry
… calculating scrollExtent in SliverGeometry
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it! |
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
|
again |
|
I believe to un-grump the CLA bot you'll need to force-push a new commit with the email address in the commit author field matching one that you've signed the CLA with. :( Something like this: |
|
This needs detailed comprehensive tests. |
|
@Hixie ok, will have a look into testing or did you mean manual testing? @eseidelGoogle I changed author in commit (my second commit in PR) but looks like I need to do PR again to pass CLA bot =( |
|
This change should be applied to both floating/pinned and just pinned headers. |
|
To clarify by testing I meant automated unit tests. |
|
@nonameden Are you planning on doing the tests or should we take this PR over? (either way is fine, just trying to decide if we should leave the PR open in the meantime) |
|
@Hixie sorry, it was busy week at my job, I was planning to do it next week. |
|
Sounds good! No rush! |
|
@nonameden I'm going to take over this patch and write a test for it. Thanks for your contribution! |
|
Thank you @Hixie Here the gist with test: https://gist.github.com/nonameden/5ac7b8c129e8ab9ede17fef2f8f0106b |
|
Thanks, you can see what I came up with here: #11996 |
SliverGeometry in updateGeometry() method does not respect minExtent from Sliver Delegate. Fix for #11222