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

Fixed skipto bug with Safari on rendering menu item with focus #140

Closed
wants to merge 1 commit into from

Conversation

jongund
Copy link
Contributor

@jongund jongund commented Jun 27, 2022

Changed from overflow-y:auto to overflow-y:clip in CSS string to fix a bug in Safari rendering the menu item with focus for SkipTo.

There must have been a recent update to the CSS engine in Safari to introduce this bug, since I didn't see it a few weeks ago. Just saw it this morning, seems to be a simple fix.

… in safari rendering the menu item with focus
@netlify
Copy link

netlify bot commented Jun 27, 2022

Deploy Preview for wai-aria-practices2 ready!

Name Link
🔨 Latest commit 2f2b05d
🔍 Latest deploy log https://app.netlify.com/sites/wai-aria-practices2/deploys/62bb255ec71cda31f1ecad81
😎 Deploy Preview https://deploy-preview-140--wai-aria-practices2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Collaborator

@evmiguel evmiguel left a comment

Choose a reason for hiding this comment

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

Hi @jongund! It would be better to put this change into the skipto.js file in the aria-practices repo, so that it can be automatically be consumed by the build script.

@jongund
Copy link
Contributor Author

jongund commented Jul 5, 2022

Ok, I will put into the ARIA practices repo.

@jongund
Copy link
Contributor Author

jongund commented Jul 5, 2022

Made change to aria-practices repo.

@jongund jongund closed this Jul 5, 2022
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