Skip to content
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

Link created by LINKIFY in WYSIWYG editor is not underlined until switch to another note #9950

Closed
bgoodmansf opened this issue Feb 16, 2024 · 3 comments · Fixed by #10202
Closed
Labels
bug It's a bug

Comments

@bgoodmansf
Copy link

Operating system

Windows

Joplin version

2.13.15

Desktop version info

Joplin 2.13.15 (prod, win32)

Client ID: 552af2772b294d9f821072c45033338f
Sync Version: 3
Profile Version: 44
Keychain Supported: Yes

Revision: 7d2c1c0

Current behaviour

  1. Enable LInkify
  2. Create a new note
  3. Select WYSIWYG editor
  4. Add "https://yahoo.com/" to note
  5. Link is not underlined
  6. Switch to another note
  7. Switch back to note created in step 2
  8. https://yahoo.com/ is underlined

Expected behaviour

Links should be underlined without having to leave and return to note.

Logs

No response

@bgoodmansf bgoodmansf added the bug It's a bug label Feb 16, 2024
@graphit0
Copy link

I was able to reproduce it on 2.14.14 linux (ubuntu 22.04)

Copy link
Contributor

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions.

@github-actions github-actions bot added the stale An issue that hasn't been active for a while... label Mar 17, 2024
@bgoodmansf
Copy link
Author

Still fails in 2.14.19

@github-actions github-actions bot removed the stale An issue that hasn't been active for a while... label Mar 18, 2024
danimnunes added a commit to danimnunes/joplin that referenced this issue Mar 22, 2024
…underlined until switch to another note

The current behavior is such that when adding a link to a note using the WYSIWYG editor, the link is not immediately underlined.
However, if you switch to another note and then return to the note created earlier, the link is underlined as expected.
The expected behavior is that links should be underlined immediately upon insertion, without the need to leave and return to the note.

I found that the problem was that when I pasted the link it was considered as plainText, so I created a function that checks if the pasted
text is a link and added this check to the markdowntags if.
danimnunes added a commit to danimnunes/joplin that referenced this issue Mar 25, 2024
…underlined until switch to another note

The current behavior is such that when adding a link to a note using the WYSIWYG editor, the link is not immediately underlined.
However, if you switch to another note and then return to the note created earlier, the link is underlined as expected.
The expected behavior is that links should be underlined immediately upon insertion, without the need to leave and return to the note.

I found that the problem was that when I pasted the link it was considered as plainText, so I created a function that checks if the pasted
text is a link and added this check to the markdowntags if.
danimnunes added a commit to danimnunes/joplin that referenced this issue Mar 25, 2024
…underlined until switch to another note

The current behavior is such that when adding a link to a note using the WYSIWYG editor, the link is not immediately underlined.
However, if you switch to another note and then return to the note created earlier, the link is underlined as expected.
The expected behavior is that links should be underlined immediately upon insertion, without the need to leave and return to the note.

I found that the problem was that when I pasted the link it was considered as plainText, so I created a function that checks if the pasted
text is a link and added this check to the markdowntags if.
danimnunes added a commit to danimnunes/joplin that referenced this issue Mar 25, 2024
…underlined until switch to another note

The current behavior is such that when adding a link to a note using the WYSIWYG editor, the link is not immediately underlined.
However, if you switch to another note and then return to the note created earlier, the link is underlined as expected.
The expected behavior is that links should be underlined immediately upon insertion, without the need to leave and return to the note.

I found that the problem was that when I pasted the link it was considered as plainText, so I created a function that checks if the pasted
text is a link and added this check to the markdowntags if.
danimnunes added a commit to danimnunes/joplin that referenced this issue Mar 25, 2024
…underlined until switch to another note

The current behavior is such that when adding a link to a note using the WYSIWYG editor, the link is not immediately underlined.
However, if you switch to another note and then return to the note created earlier, the link is underlined as expected.
The expected behavior is that links should be underlined immediately upon insertion, without the need to leave and return to the note.

I found that the problem was that when I pasted the link it was considered as plainText, so I created a function that checks if the pasted
text is a link and added this check to the markdowntags if.
laurent22 pushed a commit that referenced this issue Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's a bug
Projects
None yet
2 participants