GNOME Bugzilla – Bug 703664
Spell-check breaks note links
Last modified: 2014-02-01 08:45:01 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
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.
verified, thanks!