Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melsumner/ember-a11y-loading-focus-test-case

Demonstration of a potential bug in ember-a11y
https://github.com/melsumner/ember-a11y-loading-focus-test-case

Last synced: 7 days ago
JSON representation

Demonstration of a potential bug in ember-a11y

Awesome Lists containing this project

README

        

# Ember-a11y-loading-focus-issue

When drilling down from '/' into '/foo/bar', the 'foo/loading.hbs` template gets focused, but `foo/bar.hbs never does.

1. Start ember server
2. Go to '/'
3. Click on "Foo", observe that both the loading state and the foo template receive focus
4. Go back to '/'
5. Click on "Bar"
6. Observe that the foo loading template receives focus, but the bar template never does