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

Select inside ng-repeat doesn't work in IE9 #1902

Closed
vigasin opened this issue Jan 28, 2013 · 5 comments
Closed

Select inside ng-repeat doesn't work in IE9 #1902

vigasin opened this issue Jan 28, 2013 · 5 comments

Comments

@vigasin
Copy link

vigasin commented Jan 28, 2013

Here is a simple sample. It should work as follows:

  1. There are two select boxes.
  2. When you select an item in first box, second is populated with corresponding values.

Works perfectly in chrome, ff and safari.

To reproduce the problem in IE9:

  1. Change selection in first control from Cats to Dogs. Nothing is changed in the second box.
  2. If you play with it a bit you'll see that data in select boxes are completely unsynchronized with the model.

The fiddle: http://jsfiddle.net/nFp62/

@ganarajpr
Copy link

Here is another scenario where this is failing.. Also failing in IE9..
http://jsfiddle.net/H48sP/1/

@btford btford closed this as completed Aug 24, 2013
@btford
Copy link
Contributor

btford commented Aug 24, 2013

As part of our effort to clean out old issues, this issue is being automatically closed since it has been inactivite for over two months.

Please try the newest versions of Angular (1.0.8 and 1.2.0-rc.1), and if the issue persists, comment below so we can discuss it.

Thanks!

@dnchristiansen
Copy link

This is still happening with version 1.2.0-rc.3. See http://jsfiddle.net/H48sP/41/

Happening in both IE9 and IE10. See associated stackoverflow question: http://stackoverflow.com/questions/12942681/how-to-fix-ie-select-issue-when-dynamically-changing-options

@dnchristiansen
Copy link

It is also happening with version 1.2.0. See http://jsfiddle.net/H48sP/42/

@jwooley
Copy link

jwooley commented Jun 11, 2014

I'm also seeing this with 1.2.16. Is there any update on the issue? I suspect this may be related to issue 4749 (#4749 )

I've also seen that in the child list, if you change the parent item and set the child collection in the controller the child select options do not update, however if you select an item in the list, the displayed value actually comes from the underlying updated model's value based on the item index.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants