GNOME Bugzilla – Bug 672121
Linebreaks URLs at ! character
Last modified: 2014-06-25 08:49:32 UTC
RFC 1738 says: "... the special characters "$-_.+!*'()," ... may be used unencoded within a URL." The Evolution mail editor (plain text mode) seems to think that a single ! is not part of a link, it breaks the line at it and breaks the link at the same time. E.g. the line: Interview: Christian Petzold über den Film "Barbara" http://www.taz.de/!87469/ is broken incorrectly after the ! character. The more common form #! isn't broken, in that case the whole link is moved onto the next line. Thanks for your work!
Thanks for a bug report. Maybe this will be fixed with the WebKit editor, which should replace the old GtkHTML editor for 3.8.0. Dan, what do you think, please?
Quickly tested in e-editor-test and WebKit editor treats "http://www.someurl.com/[any-allowed-special-character]123456" as a single word and does not break the line.
Good, thanks for the testing. Let's close this when your editor lands to sources.
evolution 3.13.3 contains the webkit base composer, thus I'm closing this.