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

Bug Fix: Fix aria-hidden error #239

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

amadeus
Copy link
Contributor

@amadeus amadeus commented Dec 31, 2024

When the fix was applied for screen readers we triggered an error because the container of the terminal interface had a tab index, which it really shouldn't since there's nothing to interact with.

I've removed this tab index and also made the quick change to force the various header bar states to not have a toggle on hover since 1. it's a bit distracting and 2. sort of unnecessary.

This is what the error looked like:

CleanShot 2024-12-31 at 15 07 43

This also has the nice side effect as a single tab action takes us directly to the download button.

Also it looks like there were some prettier changes that tweaked parts of the file.

When the fix was applied for screen readers we triggered an error
because the container of the terminal interface had a tab index, which
it really shouldn't since there's nothing to interact with.

I've removed this tab index and also made the quick change to force the
various header bar states to not have a toggle on hover since 1. it's a
bit distracting and 2. sort of unnecessary.

Also it looks like there were some prettier changes that tweaked parts
of the file.
Copy link

vercel bot commented Dec 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 31, 2024 11:09pm

@amadeus amadeus changed the title BugFix: Fix aria-hidden error Bug Fix: Fix aria-hidden error Dec 31, 2024
@mitchellh mitchellh merged commit 20be4cb into ghostty-org:main Dec 31, 2024
4 checks passed
@amadeus amadeus deleted the misc/fix-aria-hidden branch December 31, 2024 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants