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

fix(select): remove workaround for Chrome bug #14705

Merged
merged 1 commit into from
Jun 3, 2016

Conversation

Narretz
Copy link
Contributor

@Narretz Narretz commented Jun 2, 2016

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Removes a no-longer need workaround

In the Chrome issue (https://bugs.chromium.org/p/chromium/issues/detail?id=381459)
I noticed that the bug can't be reproduced in Chrome 45 and the issue was
closed subsequently. I've also tested again with Chrome 51 and it still works.

Related: #6828

@gkalpak
Copy link
Member

gkalpak commented Jun 2, 2016

LGTM as long ad we have a test for the expected behavior.

@Narretz
Copy link
Contributor Author

Narretz commented Jun 3, 2016

Difficult, as the bug doesn't present itself anymore and we changed ngOptions massively in the meantime. :<

In the Chrome issue (https://bugs.chromium.org/p/chromium/issues/detail?id=381459)
I noticed that the bug can't be reproduced in Chrome 45 and the issue was
closed subsequently. I've also tested again with Chrome 51 and it still works.

Related: angular#6828
@Narretz Narretz force-pushed the fix-select-chromehack branch from cbc86ea to 88272a9 Compare June 3, 2016 10:53
@Narretz
Copy link
Contributor Author

Narretz commented Jun 3, 2016

Ok, not 'that* difficult :>

@Narretz Narretz merged commit 87eff27 into angular:master Jun 3, 2016
gkalpak pushed a commit to gkalpak/angular.js that referenced this pull request Jun 3, 2016
In the Chrome issue (https://bugs.chromium.org/p/chromium/issues/detail?id=381459)
I noticed that the bug can't be reproduced in Chrome 45 and the issue was
closed subsequently. I've also tested again with Chrome 51 and it still works.

Additionally, the Chrome hack was kept in the select code, but wasn't ported to
the ngOptions code when the two split in 7fda214,
and no regression happened.

Nevertheless, a test has been added to guard against a future regression.

Related: angular#6828
PR: angular#14705
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