-
Notifications
You must be signed in to change notification settings - Fork 21
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 link plugin bugs/issues #3870
Comments
@accesswatch did confirm the ID can be on any type of element. |
I came across this issue with the CKEditor Anchor Link module: I confirmed that IDs could be added to |
Rather than creating a new issue about adding anchor link functionality to Quickstart, we have updated this existing issue: This issue (#3870) will remain to document what we have found with the current implementation in our 2.12 pre-release, which uses the CKEditor Anchor Link module. We are still proposing to revert our addition of this module to Quickstart. |
Problem/Motivation
Issues discovered when testing this P/R: #3219
Describe the bug
<a>
tag and append an id to the<a>
element (rather than modifying the existing element (i.e.<p>
or<h>
tag<a>
element, which doesn't appear to have the appropriate stylesTo Reproduce
Examples:
https://212alpha1-azs-housing.pantheonsite.io/test#h2
https://212alpha1-azs-housing.pantheonsite.io/test#p
Inspecting the elements shows:
Proposed resolution
Style issues
<a>
element?Duplicate anchor link issues
Expected behavior
Additional context
Slack discussion:
https://uarizona.slack.com/archives/C9EDC2RDM/p1730752456244879
The text was updated successfully, but these errors were encountered: