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
Search Index anchors point a line too low #112
Comments
|
|
|
Some suggestions:
I think the last one is the most desirable, even if most complicated. |
Just tried that and it works well. |
|
It feels semantically incorrect, but maybe I'm being too picky? |
|
It'd be better if it worked in titles, but lacking that, feels OK to me semantically and functionally. |
|
Titles are a problem. If you index them, sometimes they are simply not indexed. See Raku/doc#1938 |
Refs #1303, but closes #2314. We have simply improved the position of the anchor, but we are not creating a specific page with that URL, since that would have either be hard-coded in the generation or move this function, which is Rakudo specific, somewhere else.
|
This appears to be fixed...or is it a work in progress? |
|
@MorayJ |
|
I have just tried some of the above. I do not understand the issue being raised yet. There are several issues:
@coke is it possible to make this issue clearer in order to be able to tackle it? |
|
@finanalyst I'll try to clear it up. This issue is already fixed. :) In short, it was about anchors on the pages. For example, when you jump to this URL: https://new-raku.finanalyst.org/language/mop.html#WHERE the browser scrolls down so that the anchor of the |
For example, if you search for
is-approx, the link will lead here; hiding the title of the section.The same problem exists with glossary, when searching for, say,
reifyleads to this page, again, with the title of the section hidden.I believe this is due to the
X<>bits being below the title.The text was updated successfully, but these errors were encountered: