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

[SDK-1738] Remove subtle transition on header element #1892

Merged
merged 2 commits into from
Jul 3, 2020

Conversation

stevehobbsdev
Copy link
Contributor

Changes

This change removes the subtle margin transition on the header when Lock first
opens. This was preventing us from retrieving the correct header height when
switching tabs and no title was specified, as this causes a change in the
header height but does not await the transition finishing.

References

Fixes #1886

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language

Checklist

@stevehobbsdev stevehobbsdev added this to the vNext milestone Jul 3, 2020
@stevehobbsdev stevehobbsdev merged commit 8b4a33d into master Jul 3, 2020
@stevehobbsdev stevehobbsdev deleted the fix/blank-title-header branch July 3, 2020 15:39
@stevehobbsdev stevehobbsdev mentioned this pull request Jul 3, 2020
jfromaniello pushed a commit to jfromaniello/auth0-lock that referenced this pull request Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Header height calculation is broken when title is empty
2 participants