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

Component's {{link-to}} tabindex doesn't toggle based on component property when tabindex starts at -1 #11763

Closed
melodyma opened this issue Jul 15, 2015 · 3 comments

Comments

@melodyma
Copy link

When tabindex starts at -1 for a {{link-to}} in a component and bound to a component's property, the {{link-to}}'s tabindex doesn't toggle based on the component's property even though the property is toggling. It's not updating the DOM.

See jsbin here for example: See jbin: http://emberjs.jsbin.com/zixohejive/edit?html,js,output

Proper tabindex toggling based on state is required for writing accessible components.

@raytiley
Copy link
Contributor

I imagine this has the same root cause as #11699
Seems link-to has issues with updating attributes after initial render

@rwjblue
Copy link
Member

rwjblue commented Aug 2, 2015

Closing this in favor of #11699 (trying to consolidate).

@rwjblue
Copy link
Member

rwjblue commented Aug 3, 2015

Fixed by #11960.

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

No branches or pull requests

3 participants