Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(tests): Correct tests for IE11 #5075

Closed
wants to merge 1 commit into from
Closed

Conversation

tbosch
Copy link
Contributor

@tbosch tbosch commented Nov 21, 2013

Some tests were wrong. However, src/* did not contain problems.

Fixes #5046

@mary-poppins
Copy link

Thanks for the PR!

  • Contributor signed CLA now or in the past
    • If you just signed, leave a comment here with your real name
  • PR's commit messages follow the commit message format

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

if (!msie || msie > 10) {
// style interpolation not working on IE<11.
if (!msie) {
// style interpolation not working on IE (including IE11).
Copy link
Contributor

Choose a reason for hiding this comment

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

can you just change 10 to 11?

it's preferable to keep the versions in the tests so that we know when thing start working. otherwise we'll need to check every single test after each ie release to see if some tests now pass.

@IgorMinar
Copy link
Contributor

the rest looks good to me!

Some tests were wrong. However, src/* did not contain problems.

Fixes angular#5046
@tbosch
Copy link
Contributor Author

tbosch commented Nov 22, 2013

Landed in master as 5792423

@tbosch tbosch closed this Nov 22, 2013
@tbosch tbosch deleted the ie11-fixes branch November 22, 2013 05:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

urlUtils.js#isSameOrigin fails on IE11
3 participants