Hyperlinks don't work for things that were previously underlined

If this is a bug report, please create it on GitHub instead. Follow this link:

on

Operating system

Windows

Joplin version

3.4.12

Desktop version info

Joplin 3.4.12 (prod, win32)

Device: win32, AMD Ryzen 7 7800X3D 8-Core Processor
Client ID: c3e81c76087a41338499ce1d7e713404
Sync Version: 3
Profile Version: 48
Keychain Supported: Yes
Alternative instance ID: -

Revision: e9a9f68

Backstage: 1.0.0
Backup: 1.4.3
Copy as HTML: 1.4.0
Copy Universal Web Link: 0.1.3
Editor Themes: 1.0.2
Email Note: 1.2.2
Enhancement: 1.2.1
Extra Markdown editor settings: 1.11.0
Extra Markdown viewer settings: 0.4.0
Favorites: 1.3.2
Font Size Shortcut: 1.0.0
Freehand Drawing: 3.1.0
Heading Navigator: 0.4.1
Inline TODO: 1.9.0
Insert Date: 1.0.1
Insert YouTube Video: 1.3.0
Jopdoc: 1.0.3
Joplin Calendar: 1.2.0
Markdown Table: Sortable: 1.3.0
Math Mode: 0.8.3
Note Statistics: 1.0.4
Outline: 1.5.15
Paginator: 3.0.2
Paste Special: 1.1.2
Recipe Scaler: 0.9.2
Record: 1.5.0
Reset Checkboxes: 1.1.2
Resource Search Plugin: 0.1.2
Resume Note: 0.4.0
Suitcase: 0.5.0
Text Colorize: 1.2.5
YesYouKan: 1.1.2

Sync target

File system

Editor

Rich Text Editor

What issue do you have?

I was copying something into a note that had links, but it pasted into the note as simply underlined text. That seems like a bug in itself, but more importantly, after I selected that text and added the link to it, I could not Cntl-Click it to open it. I had to turn off Underline style to get it to work.

The first part sounds like this issue: @joplin/turndown - included <ins> rule is too broad, anchor links can be converted to <ins> instead of markdown links · Issue #13107 · laurent22/joplin · GitHub

the problem is that if the source html has inline css for "text-decoration: underline", the rich text editor converts it to <ins>link title</ins> instead of an actual link (if you toggle to the markdown editor to see the raw markdown, you'll likely see that this is what happened with these links)

Thank you for that reply. Yes, that appears to be what is happening, but I can’t confirm the source code, just the markdown and the rich text editor parts. Having said that, most users won’t have a clue about any of this and expect it to behave as expected. What I’m hearing you say is this isn’t a bug, but rather a design flaw.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.