-
Notifications
You must be signed in to change notification settings - Fork 106
Issue 839 pfe tabs history firefox #841
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
Conversation
|
Tested in:
IE11 note(s):
|
|
@todo note to go back and make this test page easier to use on mobile: |
castastrophe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kylebuch8 Just needs a...drumroll CHANGELOG! Then it's approved 👍
starryeyez024
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lately, Groceries Travel to Me
36eeacf

Testing
QUERY + HASH | If I load this URL in Firefox https://deploy-preview-841--happy-galileo-ea79c4.netlify.app/elements/pfe-tabs/demo/hash.html?tabs=tab-2#tab-heading
a) I expect the set of tabs to be visible at the top of the screen
b) I expect tab adding command for new RHElement using generator-rhelement #2 should be active, and the focus state should be on the heading "Set of Tabs".
c) When I press the "tab" key, I expect the focus state to move to tab 2.
d) When i press the right arrow key, I expect the focus state and the active style to move to tab 3
e) If I click the TOC link for heading one, I expect the page to smooth scroll to the heading one at the top of the page.
f) If I click the TOC link for heading three, I expect the page to smooth scroll to the heading three at the bottom of the page.
QUERY ONLY | If I load this URL in Firefox https://deploy-preview-841--happy-galileo-ea79c4.netlify.app/elements/pfe-tabs/demo/hash.html?tabs=tab-2
a) I expect the page should be at the natural scroll position (top of page)
b) When I scroll down to the tab set, I expect tab adding command for new RHElement using generator-rhelement #2 to be active
c) When I press the "tab" key, I expect the focus state to on the table of contents (the first items in the DOM)
HASH ONLY | If I load this URL in Firefox https://deploy-preview-841--happy-galileo-ea79c4.netlify.app/elements/pfe-tabs/demo/hash.html#three
a) I expect the page to be at the heading three
b) When I press the "tab" key, I expect the focus state to move to "random link three”