Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

hovering hyperlink anchor symbol missing in tickets

12 views
Skip to first unread message

Clemens Feige

unread,
Sep 10, 2024, 2:56:52 AM9/10/24
to Trac Users
Hello

Inside my ticket description I am missing the little symbol ('¶') for
hyperlink anchors.

Example:

[=#test my anchor]

This is a link anchor. Indeed the anchor is functional. Just the symbol
is missing. It does not appear when I hover the mouse over the anchor.
The anchor symbol ('¶') is missing in the HTML code.

It is surprising that the same example works well when used in a wiki
page, not in a ticket. What could be wrong? I am using TRAC 1.6.

The functionality of link anchors is described here:
https://trac.edgewall.org/wiki/TracLinks#Linkanchors

Clemens

Jun Omae

unread,
Sep 10, 2024, 5:58:20 AM9/10/24
to trac-...@googlegroups.com
The feature is introduced in https://trac.edgewall.org/ticket/6413, and
available only in wiki view.

$ git grep '\.wikianchor\>' mirror/1.0-stable
mirror/1.0-stable:trac/wiki/templates/wiki_view.html: $("#content").find(".wikianchor").each(function() {

$ git grep '\.wikianchor\>' mirror/1.2-stable
mirror/1.2-stable:trac/wiki/templates/wiki_view.html: $("#content").find(".wikianchor").each(function() {

$ git grep '\.wikianchor\>' mirror/1.4-stable
mirror/1.4-stable:trac/htdocs/js/wiki.js: $("#content").find(".wikianchor").each(function() {

$ git grep '\.wikianchor\>' mirror/1.6-stable
mirror/1.6-stable:trac/htdocs/js/wiki.js: $("#content").find(".wikianchor").each(function() {

--
Jun Omae <jun...@gmail.com> (大前 潤)

Clemens Feige

unread,
Sep 10, 2024, 7:03:21 AM9/10/24
to trac-...@googlegroups.com
Jun Omae wrote on 10.09.2024 at 11:58:
> On 2024/09/10 15:56, Clemens wrote:
>> Hello
>>
>> Inside my ticket description I am missing the little symbol ('¶') for
>> hyperlink anchors.
>>
>> Example:
>>
>> [=#test my anchor]
>>
>> This is a link anchor. Indeed the anchor is functional. Just the symbol
>> is missing. It does not appear when I hover the mouse over the anchor.
>> The anchor symbol ('¶') is missing in the HTML code.
>>
>> It is surprising that the same example works well when used in a wiki
>> page, not in a ticket. What could be wrong? I am using TRAC 1.6.
>>
>> The functionality of link anchors is described here:
>> https://trac.edgewall.org/wiki/TracLinks#Linkanchors
>>
>> Clemens
>
> The feature is introduced in https://trac.edgewall.org/ticket/6413, and
> available only in wiki view.
>
> [snip]

Hello Jun.

I can live with that, or rather without these little anchor symbols.

I was just wondering because in tickets I can indeed see those anchor
symbols when I write a headline, like so for example == headline ==, but
not for ordinary anchors [#like so]. But that might be produced by some
other piece of code.

Thanks anyway
Clemens




Reply all
Reply to author
Forward
0 new messages