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

Anchor links on module parameters, attributes and return values are broken on Safari #188

Closed
1 task done
samccann opened this issue Jul 11, 2023 · 4 comments · Fixed by #189
Closed
1 task done

Comments

@samccann
Copy link
Contributor

Summary

The possibility to have an anchor on parameters, attributes and return values of a module page seems broken on Safari.
The link does appear properly when hovering the corresponding table cell, though, but they still cannot be clicked and seems not recognised as links, for some reason.

Example of the issue:
Screenshot 2023-06-16 at 23 16 28

As compared to an anchor on a title, that is working
Screenshot 2023-06-16 at 23 16 47

On top of that, removing the visibility: hidden; in the class table.ansible-option-table .ansibleOptionLink makes all the links appear and clickable as they should.

I was not able to trace what is the underlying issue of this for the moment being, though.

This is definitely a Safari related bug, as the exact same page(s) on Chrome does offer the proper behaviour.

Issue Type

Documentation Report

Component Name

Any module page

OS / Environment

Safari Version 16.5 (18615.2.9.11.4) on Mac OS Ventura (13.4)

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@samccann
Copy link
Contributor Author

Moved from ansible/ansible#81076

@gotmax23
Copy link
Collaborator

I don't use Mac, but I'm able to reproduce this issue on Gnome Web which also uses Webkit (the browser engine used by Safari).

@felixfontein
Copy link
Collaborator

I have been able to reproduce it with Eolie, which I guess is also based on WebKit.

@felixfontein
Copy link
Collaborator

#189 fixes it for me on Epiphany. (Eolie apparently won't display HTML files on disk...)

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 a pull request may close this issue.

3 participants