-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
Moved from ansible/ansible#81076 |
1 task
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). |
I have been able to reproduce it with Eolie, which I guess is also based on WebKit. |
#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
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:

As compared to an anchor on a title, that is working

On top of that, removing the
visibility: hidden;
in the classtable.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
The text was updated successfully, but these errors were encountered: