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 681495 - Cannot insert a link before another one
Cannot insert a link before another one
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Editing
4.5.x
Other Linux
: Normal major
: ---
Assigned To: gtkhtml-maintainers
gtkhtml-maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-09 07:35 UTC by Fabio
Modified: 2012-08-24 13:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot of the bug (171.87 KB, image/png)
2012-08-09 07:35 UTC, Fabio
  Details
gtkhtml patch (1.32 KB, patch)
2012-08-24 13:18 UTC, Milan Crha
committed Details | Review

Description Fabio 2012-08-09 07:35:16 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
Comment 1 Milan Crha 2012-08-23 15:19:53 UTC
Confirming, I can reproduce it too. Placing link after the previous one works fine, but not in front of it.
Comment 2 Milan Crha 2012-08-24 13:18:51 UTC
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.
Comment 3 Milan Crha 2012-08-24 13:20:28 UTC
Created commit 4099ac3 in gtkhtml master (4.5.91+)