X Tutup
Skip to content

fix(browser_adapter): fix clearNodes() in IE#3355

Closed
pkozlowski-opensource wants to merge 1 commit intoangular:masterfrom
pkozlowski-opensource:issue3295
Closed

fix(browser_adapter): fix clearNodes() in IE#3355
pkozlowski-opensource wants to merge 1 commit intoangular:masterfrom
pkozlowski-opensource:issue3295

Conversation

@pkozlowski-opensource
Copy link
Copy Markdown
Member

Fixes #3295

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can you write a comment that can explain the reason why the refactor is needed or simply a comment with a url to the issue

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@gdi2290 this commit has a reference to the original issue, so hopfully it should be enough. And as soon as we plug other browsers on the CI it will be self-verifying.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

you're right I jumped to conclusion and we have github/git blame/CI for a reason. If someone were to optimize this they would first check git blame then the git commit history before proceeding and if that fails CI will prevail. With all that said, comments are important to show hot path, document unorthodox/failed optimizations, unimportant technical debt via TODO:, or code documentation

@marclaval
Copy link
Copy Markdown
Contributor

LGTM, this solves issue #3295 in IE11

@marclaval marclaval added pr_state: LGTM action: merge The PR is ready for merge by the caretaker labels Jul 30, 2015
@pkozlowski-opensource
Copy link
Copy Markdown
Member Author

Thnx @Mlaval for the review. I'm going to land it as soon as we get master back to green.

@tbosch
Copy link
Copy Markdown
Contributor

tbosch commented Jul 30, 2015

Please create a presubmit branch...

@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Alpha32: IE10/11 doesn't support "remove" in browser_adapter.ts

5 participants

X Tutup