GNOME Bugzilla – Bug 681495
Cannot insert a link before another one
Last modified: 2012-08-24 13:20:28 UTC
Created attachment 220762 [details] screenshot of the bug Hallo Testcase: -Start a new mail in html, write something and inser a link. -Before the link just inserted try to insert another one. You will obtain a repetition of http://.. for every typed letter. See attached screenshot Thanks Fabio ProblemType: BugDistroRelease: Ubuntu 12.10 Package: evolution 3.5.5-0ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-8.8-generic 3.5.0 Uname: Linux 3.5.0-8-generic x86_64 ApportVersion: 2.4-0ubuntu6 Architecture: amd64 Date: Thu Aug 9 09:12:53 2012 InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120525)SourcePackage: evolution
Confirming, I can reproduce it too. Placing link after the previous one works fine, but not in front of it.
Created attachment 222318 [details] [review] gtkhtml patch for gtkhtml; The link, when inserted in front of another link, was lost, thus it did what it did. I changed also other parts, because it seemed to me too crazy. Note the 3.8.0+ will most likely use WebKit based editor, thus this will be obsolete.
Created commit 4099ac3 in gtkhtml master (4.5.91+)