Named anchors in plain HTML broken by Adobe extension
Named anchors in plain HTML, that is tags of the form <a href="#abc"> ... <a name="abc"> don't work when the extension is enabled.
See attached file or live demo at: https://alandix.com/glossary/bug-small.html
Clicking in a named link always jumps to the end.
Works as expected when Adobe extension disabled.
When the link is clicked, the page momentarily scrolls to the correct location and then flicks to the document end. The problem appears to be that the extension is forcing some form of page reload after the browser has navigated to the correct location.
1
vote