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

concatenatedProperties works in 1.13.6 but not obliged in 1.13.7+ #12099

Closed
rondale-sc opened this issue Aug 14, 2015 · 4 comments · Fixed by #12104
Closed

concatenatedProperties works in 1.13.6 but not obliged in 1.13.7+ #12099

rondale-sc opened this issue Aug 14, 2015 · 4 comments · Fixed by #12104

Comments

@rondale-sc
Copy link
Contributor

The issue can be seen here:

http://emberjs.jsbin.com/gaqujefuce/edit?html,css,js,output

Toggle the emberjs version string to see when it starts to fail.


{{ x-foo bar="quux"}} when bar is set to ["baz"] in component and concatenatedProperties: ['bar']

  • 1.13.6: bar equals ['baz', 'quux']
  • 1.13.7 bar equals quux'
    • I'm not entirely certain if this is the correct behavior and I'm missing some documentation somewhere.

This was exposed when I began digging into yapplabs/ember-modal-dialog#71.

@rwjblue
Copy link
Member

rwjblue commented Aug 14, 2015

Ugh. @mixonic told me so.

@rondale-sc
Copy link
Contributor Author

@rwjblue I have time to help with this, but I don't really know where to begin.

@rwjblue
Copy link
Member

rwjblue commented Aug 14, 2015

@rondale-sc will ping you in an hour, we can pair on it

@rondale-sc
Copy link
Contributor Author

👍

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 a pull request may close this issue.

2 participants