Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/melsumner/ember-a11y-loading-focus-test-case
- Owner: MelSumner
- Created: 2018-02-09T21:27:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T21:17:34.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T12:26:51.253Z (3 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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