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

fix(loading): update circle height incase loader is rendered hidden (closes #1045) #1066

Merged
merged 3 commits into from
Jan 4, 2018

Conversation

emoralesb05
Copy link
Contributor

Description

When the loader is rendered in the DOM but hidden.. the circle wasnt being updated with the proper height. So a solution for this is keep updating the height (only when its animating) so you have a proper one when its shown.

General Tests for Every PR

  • npm run serve:prod still works.
  • npm run tslint passes.
  • npm run stylelint passes.
  • npm test passes and code coverage is not lower.
  • npm run build:release still works.

closes #1045

@emoralesb05 emoralesb05 added the bug label Jan 4, 2018
@emoralesb05 emoralesb05 added this to the Release Candidate 2 milestone Jan 4, 2018
@emoralesb05 emoralesb05 merged commit f26bd4e into develop Jan 4, 2018
@emoralesb05 emoralesb05 deleted the feature/loading-fix-height branch January 4, 2018 23:54
kriswinbush pushed a commit to kriswinbush/covalent that referenced this pull request Feb 20, 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.

tdLoading uses wrong height if element is hidden when initialized
1 participant