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

Conversation

@crisbeto
Copy link
Member

IE and Edge convert RGB colors to RGBA automatically, which was being handled by the colors unit tests via browser sniffing in IE. The browser sniffing doesn't work in Edge, which was causing the tests to fail. This hasn't been noticed until now since we've only been running the tests against IE 11.
These changes switch to using feature detection to check whether the browser converts to RGBA.

IE and Edge convert RGB colors to RGBA automatically, which was being handled by the `colors` unit tests via browser sniffing in IE. The browser sniffing doesn't work in Edge, which was causing the tests to fail. This hasn't been noticed until now since we've only been running the tests against IE 11.
These changes switch to using feature detection to check whether the browser converts to RGBA.
@ThomasBurleson ThomasBurleson added this to the 1.1.2 milestone Oct 20, 2016
@ThomasBurleson ThomasBurleson added the pr: merge ready This PR is ready for a caretaker to review label Oct 20, 2016
@ThomasBurleson ThomasBurleson merged commit dfbc0f6 into angular:master Oct 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

pr: merge ready This PR is ready for a caretaker to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants