Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Preventing DOM operations on null nodes #166

Merged
merged 3 commits into from
Jul 7, 2017
Merged

Conversation

davidkpiano
Copy link
Contributor

This adds some general safeguards for DOM nodes that might not exist yet, due to rendering being blocked or something related to that (see #155).

This solution is basically a patch, and will be more robustly fixed once we have an actual framework in place (React/Preact, etc).

@davidkpiano davidkpiano added this to the M022 milestone Jul 7, 2017
@davidkpiano davidkpiano self-assigned this Jul 7, 2017
@davidkpiano davidkpiano requested a review from legomushroom July 7, 2017 15:38
@msftclas
Copy link

msftclas commented Jul 7, 2017

@davidkpiano,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

src/index.scss Outdated
animation: glimpse-ajax-row-enter .3s ease-out !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this change, I thought we have had it already?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Err I don't know. I'll undo

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be fine unless git branches hadn't messed up, this is my main concern.

Copy link
Member

@legomushroom legomushroom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment, LGTM.

@davidkpiano davidkpiano merged commit 4436bbd into release Jul 7, 2017
@avanderhoorn avanderhoorn deleted the davidkpiano-156 branch July 14, 2017 21:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants