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

Fix tabbing order of article engagement icons #4192

Merged

Conversation

meowwwls
Copy link
Contributor

@meowwwls meowwwls commented Oct 2, 2019

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Documentation Update

Description

When navigating through the article cards with a keyboard, currently the engagement icons are tabbed to in different order than what you would expect visually. (Comments are tabbed to first even though visually, it is second). Logical focus order should follow visual order when possible so a keyboard user knows what to expect.

The fix was to change the order of the elements in the markup.

Mobile & Desktop Screenshots/Recordings (if there are UI changes)

Before:
GIF of the second icon being focused before the first

After:
GIF of the fix, having the first icon focused first and the second focused after

Added to documentation?

  • docs.dev.to
  • readme
  • no documentation needed

@pr-triage pr-triage bot added the PR: unreviewed bot applied label for PR's with no review label Oct 2, 2019
@CLAassistant
Copy link

CLAassistant commented Oct 2, 2019

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@jacobherrington jacobherrington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making a PR @meowwwls!! 🎉

This a super helpful fix, thanks for finding this 😉

I think this change looks good! Happy Hacktoberfest 🦇💻

@pr-triage pr-triage bot added PR: reviewed-approved bot applied label for PR's where reviewer approves changes and removed PR: unreviewed bot applied label for PR's with no review labels Oct 3, 2019
@maestromac maestromac merged commit 9f37f27 into forem:master Oct 3, 2019
@pr-triage pr-triage bot added PR: merged bot applied label for PR's that are merged and removed PR: reviewed-approved bot applied label for PR's where reviewer approves changes labels Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: merged bot applied label for PR's that are merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants