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

Can't expand goal cards on home page #310

Closed
sanders41 opened this issue Aug 12, 2023 · 1 comment · Fixed by #311
Closed

Can't expand goal cards on home page #310

sanders41 opened this issue Aug 12, 2023 · 1 comment · Fixed by #311
Assignees
Labels
bug Something isn't working

Comments

@sanders41
Copy link
Member

In #308 I moved the cards into a component since I needed to generate them on a loop. In doing this I have just found that cards can't be expanded any more.

One possible cause for this, I removed the tabindex from the cards because this can cause issues with accessibility. If this is the cause we need to find a solution that works with expanding the card and is accessibility friendly.

Another possibility is I missed some function/binding that is needed.

@sanders41 sanders41 added the bug Something isn't working label Aug 12, 2023
@sanders41 sanders41 self-assigned this Aug 12, 2023
@sanders41
Copy link
Member Author

I confirmed the issue is the removing of the tabindex. Looking for a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant