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

Unable to click gcds-nav-link nested in a nav group within the top nav component in Safari #577

Closed
ethanWallace opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
bug Something isn't working Groomed Issues that have been refined and are ready to be worked on. High Priority | Haute priorité

Comments

@ethanWallace
Copy link
Collaborator

ethanWallace commented Jul 2, 2024

When using the Safari browser, you are unable to click a link nested in a dropdown when using the top nav component. Clicking the link closes the dropdown and does not navigate to the desired page.

Example

Unable to click the links in the contact us dropdown in Safari.

<gcds-top-nav label="topbar" alignment="right" lang="en">
      <gcds-nav-link href="/home" slot="home">Home</gcds-nav-link>
      <gcds-nav-link href="/installation">Installation</gcds-nav-link>
      <gcds-nav-link href="/foundations">Foundations</gcds-nav-link>
      <gcds-nav-link href="/components" current>Components</gcds-nav-link>

        <gcds-nav-group
          menu-label="Contact us submenu"
          open-trigger="Contact us"
        >
          <gcds-nav-link href="/contact">Form</gcds-nav-link>
          <gcds-nav-link href="/github">GitHub</gcds-nav-link>
          <gcds-nav-link href="/slack">Slack</gcds-nav-link>
        </gcds-nav-group>
      </gcds-top-nav>
@ethanWallace ethanWallace added bug Something isn't working For Grooming labels Jul 2, 2024
@adorayi
Copy link

adorayi commented Jul 3, 2024

Requires investigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Groomed Issues that have been refined and are ready to be worked on. High Priority | Haute priorité
Projects
None yet
Development

No branches or pull requests

2 participants