Ripcord Dev Logo Ripcord Development — View Ticket Login or Create Account
Ticket UUID: 32f4149c968ba65ecdcde40ae9178414a09e3a2a
Title: Ripcord mangles URLs like rdar://123456789
Status: Fixed Type: Bug
Severity: Minor Priority: Low
Subsystem: General Resolution: Fixed
Last Modified: 2021-06-03 23:24:38
Version Found In: 0.4.28
804798e02021-04-08 19:23:49

Slack allows URLs like rdar://123456789, which are used by Apple's bug tracker; 123456789 is an arbitrary ID number. When Ripcord sees these kinds of links, choosing Copy Link to Clipboard results in the wrong URL being copied, and clicking the link results in the same wrong URL being opened.

Specifically, it misinterprets the number as an IPv4 address in decimal form: rdar://123456789 turns into rdar://7.91.205.21.

cancel2021-04-09 15:10:37

As far as I know, that's actually the correct behavior. Try typing it into a browser like Chrome or Firefox and you'll see that it does the same thing. rdar://123456789 will become rdar://7.91.205.21 after you hit enter.

However, I know that radar has its own not-quite-URL thing going on, so I'll be adding a special case to Ripcord to deal with rdar links.

cancel2021-06-03 23:24:38

Fixed in next release.