After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703664 - Spell-check breaks note links
Spell-check breaks note links
Status: VERIFIED FIXED
Product: gnote
Classification: Applications
Component: main
git master
Other Linux
: Normal critical
: ---
Assigned To: gnote-maint
gnote-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-05 15:51 UTC by Luc Pi
Modified: 2014-02-01 08:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luc Pi 2013-07-05 15:51:33 UTC
1. create a note with in it's title a word not in the dictionary
2. on another note, add a link to this note
--> the 'misspelled' part of the link is broken
Comment 1 Aurimas Černius 2013-10-06 13:15:27 UTC
Looks like adding misspelled tag was removing link tag from the same place. Probably because of change in GTK+ at some point.
I've changed the logic so that misspelled tag is not added on links (and other non-spell check parts) and is removed before turning part of text into a link.
This seems to resolve the issue.
Comment 2 Luc Pi 2014-02-01 08:45:01 UTC
verified, thanks!