-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
href ids replaced without corresponding name ids corrections #8632
Comments
aah, I forgot! Sorry |
I simplified the case w/ the same results: in editor add source html <p><a href="#1">test link</a></p> save it in draft folder and in preview test link href is source in Chromium DevTool <div class="rcmBody" style="font-size: 10pt; font-family: Verdana,Geneva,sans-serif"> |
We need to add |
the proposed patch |
Fixed. |
hello. I noticed such a related rergression: when the link is activated, the buttons top margin is decreased and then it can not be scrolled/restored back to its original state - only reload the page in browser (e.g. clear_margin_top.movIf i use interface links (like details or any interface button) it works as expected and the margins (visually) stay constant. I've Source of the e-mail is quite simple and alike the one mentioned above: <p><a href="#v11" name="v1top">top / to one</a></p> (yes, it adds |
up |
Sorry, I missed that. Anyway, how is that a regression? This is a different issue and should have a separate ticket. |
Never mind, as they say - better late than never =) |
hello
I have found the following error: one of my centos stream 9 box daily sends logwatch report, which I configured as html. At start there's menu in html to ease the navigation within the report, e.g.:
<!-- End header.html -->
<a name=top><ul>
<li><a href="#1">LOGWATCH Summary</a>
<li><a href="#2">Kernel Audit</a>
<li><a href="#3">Cron</a>
<li><a href="#4">dnf-rpm</a>
...
It is original letter text (mail source). In the browseк it transfers to:
<ul><a name="top">
</a><li><a name="top"></a><a href="#v11">LOGWATCH Summary</a>
</li><li><a href="#v12">Kernel Audit</a>
</li><li><a href="#v13">Cron</a>
</li><li><a href="#v14">dnf-rpm</a>
with hrefs like
https://hostname/?_task=mail&_caps=pdf%3D1%2Cflash%3D0%2Ctiff%3D0%2Cwebp%3D1%2Cpgpmime%3D0&_uid=some_num0&_mbox=INBOX.xxx&_framed=1&_action=preview#v11
but there's no navigation as the anchers names isn't changed, it's, for example:
<h2><a name="1">LOGWATCH Summary</a></h2>
in both cases.
I'm trying to find the code that replaces href and names (seems to me that it's somewhere at program/js/app.js) but still have no idea how to correct this.
Please correct it either at href's url replacemnt or at name's. Thank you in advance
The text was updated successfully, but these errors were encountered: