GNOME Bugzilla – Bug 714576
Selecting links in plain text composition mode
Last modified: 2017-01-31 23:44:21 UTC
---- Reported by rschroll@gmail.com 2013-03-01 17:47:00 -0800 ---- Original Redmine bug id: 6470 Original URL: http://redmine.yorba.org/issues/6470 Searchable id: yorba-bug-6470 Original author: Robert Schroll Original description: This is a rather specific problem that is a result of using the reset styles to make the composer look like plain text without destroying the underlying structure (#6437). 1) Compose a message in HTML format, and make some of the text into a link. Remember what this text is! 2) Switch to plain text format. (The link appears to go away, but it's actually still there.) 3) Select part of the text of the link with the mouse. When you release the mouse button, all of the text of the link will be highlighted. Note that this only happens for links, not for any other formatting. This only happens when you try to select only a part of the link text. You can make a selection that includes part of the link and some other text just fine. This only happens when you select the text with the mouse. You can select text with the keyboard regardless of whether there is a link in the mix. This is not a terrible problem, and it only happens in a very specific place, and few people will even get into the state that could trigger this. So I'm perfectly find with marking this as "won't fix". I just thought there ought to be a record of it. ---- Additional Comments From geary-maint@gnome.bugs 2013-03-04 11:17:00 -0800 ---- ### History #### #1 Updated by Jim Nelson 9 months ago Let's leave this open in the event that someone decides to tackle it, but this isn't pressing for 0.3. --- Bug imported by chaz@yorba.org 2013-11-21 20:28 UTC --- This bug was previously known as _bug_ 6470 at http://redmine.yorba.org/show_bug.cgi?id=6470 Unknown version " in product geary. Setting version to "!unspecified". Unknown milestone "unknown in product geary. Setting to default milestone for this product, "---". Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one. Resolution set on an open status. Dropping resolution
Fixed in the WK2 port - we don't need to select full links any more to edit them, so we don't munge the selection when clicking/selecting links.
Fixed on master with commit 29b339c.