Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Comments on Multiple permalink links in comments

Post

Multiple permalink links in comments

+3
−0

I noticed that there are now suddenly two permalink-target links in comments.

From a question page (on a comment posted by another user):

Screenshot showing '🔗 Permalink' and 'link' links on gray background

From a comment thread page (this particular comment happens to be mine):

Screenshot showing '🔗 Copy Link', 'link', 'edit', 'delete' and 'flag' links on gray background

I hovered over the first of the two link links to illustrate that these are separate links, but they actually appear to point at the exact same location.

Surely there should only be one of these shown?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General Comments (7 comments)
General Comments
deleted user wrote over 2 years ago

You meant we should show only Copy Link or, "Permalink"?

deleted user wrote over 2 years ago

Anyway, PR.. I am thinking to show it better way. When we are viewing from Post page than, the text will be Link. And, it will show Copy Link in thread

Canina‭ wrote over 2 years ago · edited over 2 years ago

deleted user "Copy Link" to me implies an action, which seems inappropriate here unless the actual intent is to overwrite the user's clipboard contents (which I hope it is not; that's a dangerous thing to do with an unguarded link). "permalink" or just "link" seems a better term. But right now the UI includes two that appear to serve identical purposes (and one is also labelled differently in two places); whichever label one applies, I don't see any value in this two-for-one deal.

deleted user wrote over 2 years ago

Canina‭ Currently I am thinking to do this. this

Monica Cellio‭ wrote over 2 years ago

deleted user let's be consistent. Using two different names for the same action is confusing. "Link" (or "permalink") is just a link; you can visit or copy it. "Copy link" is an action, setting the value on the clipboard. Those are two different things. The name and the behavior should match, and in my opinion the name+behavior should be the same whether you're viewing the comments under the post or on the thread page.

Canina‭ wrote over 2 years ago · edited over 2 years ago

Monica Cellio‭ There is another issue with a "copy link" actual action link that does what it says on the tin. If I misclick, and that causes valuable information that I have on the clipboard to be overwritten, I am not going to be happy about that. If I misclick on "link", about the worst that will happen is that the page reloads. Depending on what I'm doing on that page I might not be too happy about that either, but at least the scope of that error is restricted to that one browser tab only.

deleted user wrote over 2 years ago · edited over 2 years ago

Monica Cellio‭ I had written a comment. Somehow it have disappeared now. Maybe, I forgot to click on Add Reply. Anyway, I am writing that again. Sorry! I didn't test after writing that code. I thought post page could can function from comments.js So, I thought it should work. But, later I noticed comments.js only works for comment page not for post page. Anyway, ArtOfCode had solved it (as he mentioned) (I forgot some context So, I am finishing it here).