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

Computed option selected attribute in IE is unreliable if option text content is modified at the same time #13172

Closed
robbytx opened this issue Mar 23, 2016 · 2 comments

Comments

@robbytx
Copy link

robbytx commented Mar 23, 2016

http://emberjs.jsbin.com/xobedisofi/edit?output

  1. Open in IE 11 (reproduced in 11.0.9600.16428 on Windows 7 - from http://aka.ms/vagrant-win7-ie11)
  2. Click "Reproduce"
  3. First select box should show "A !== B"
  4. Second select box (which uses option label attribute instead) should show "B === B"

I believe there is some problem related to updating the text node in the element, which causes it to lose its selected state.

@robbytx
Copy link
Author

robbytx commented Mar 29, 2016

Unfortunately, due to https://bugzilla.mozilla.org/show_bug.cgi?id=option-label, Firefox requires that we put the label in the option's text content, not in the label attribute.

@rwjblue
Copy link
Member

rwjblue commented Dec 8, 2018

I don't have a IE11 VM handy, but a huge amount of the underlying rendering engine has changed since this was reported. I'm very sorry that we didn't get back to this in a timely manner, but at this point I believe that it is addressed.

I'm happy to re-open and dig in if this is still an issue...

@rwjblue rwjblue closed this as completed Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants