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 render order in preview #3520

Merged
merged 2 commits into from
May 2, 2018
Merged

Fix render order in preview #3520

merged 2 commits into from
May 2, 2018

Conversation

Grimones
Copy link
Contributor

@Grimones Grimones commented May 2, 2018

Issue: parent clientWidth and clientHeight are equal to zero on page load (#3516).

What I did

Changed the order of component rendering and showing main so components are not rendered in <body> with display set to none.

@Hypnosphi Hypnosphi added the bug label May 2, 2018
@codecov
Copy link

codecov bot commented May 2, 2018

Codecov Report

Merging #3520 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3520   +/-   ##
=======================================
  Coverage   37.61%   37.61%           
=======================================
  Files         459      459           
  Lines       10377    10377           
  Branches      929      929           
=======================================
  Hits         3903     3903           
  Misses       5934     5934           
  Partials      540      540
Impacted Files Coverage Δ
app/angular/src/client/preview/render.js 0% <0%> (ø) ⬆️
app/polymer/src/client/preview/render.js 0% <0%> (ø) ⬆️
app/mithril/src/client/preview/render.js 0% <0%> (ø) ⬆️
app/react/src/client/preview/render.js 0% <0%> (ø) ⬆️
app/vue/src/client/preview/render.js 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f710f1...fda07df. Read the comment docs.

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.

None yet

2 participants