GNOME Bugzilla – Bug 736689
Links with ? (questionmark) in them will not be applied to text selections
Last modified: 2014-09-18 20:57:50 UTC
Created attachment 286222 [details] screencast Select some text and try to link https://drive.google.com/?pli=1&authuser=0 or just https://drive.google.com/? Screencast attached.
Created attachment 286251 [details] [review] Re-establish selection after link dialog runs The problem isn't that the link has a question mark; the problem is that you selected text in the link dialog that last time. This caused the selection in the editor to disappear before we ran the linkification. Oddly, we have some code that corrected for this, but only when the selected text was a link. We really need to do it all the time, and that's what this patch does.
Review of attachment 286251 [details] [review]: Commit!
Attachment 286251 [details] pushed as 6c4c291 - Re-establish selection after link dialog runs