Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes ENYO-3204 adds guard for setting the value of a select box in <= IE11 #1415

Merged
merged 1 commit into from
Mar 15, 2016

Conversation

ryanjduffy
Copy link
Contributor

Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)

@ryanjduffy ryanjduffy force-pushed the ENYO-3204-ryanjduffy branch 3 times, most recently from 9f8d283 to 2687057 Compare March 14, 2016 22:12
this.updateSelectedFromNode();
// IE will clear selectedIndex when setting the value directly on the node so instead we
// iterate the children, find the matching value, and update selected if necessary.
if (platform.ie) {

Choose a reason for hiding this comment

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

we should check platform.ie || platform.edge

Issue: ENYO-3204
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
aarontam added a commit that referenced this pull request Mar 15, 2016
Fixes ENYO-3204 adds guard for setting the value of a select box in <= IE11

Reviewed-by: Stephen Choi (stephen.choi@lge.com)
Integrated-By: Aaron Tam (aaron.tam@lge.com)
@aarontam aarontam merged commit 2fb2fef into 2.6.0-dev Mar 15, 2016
@aarontam aarontam deleted the ENYO-3204-ryanjduffy branch March 15, 2016 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants