Clicking on links in email messages doesn't work in nightly
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
People
(Reporter: 52qtuqm9, Assigned: mkmelin)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
7.02 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
As of 2019-03-31 nightly build, when I click on a link in an email message, nothing happens, and this error gets logged in the error console:
NS_ERROR_MALFORMED_URI: Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI] contentAreaClick.js:182
openLinkExternally chrome://communicator/content/contentAreaClick.js:182
contentAreaClick chrome://communicator/content/contentAreaClick.js:165
onclick chrome://messenger/content/messenger.xul:1
Assignee | ||
Comment 1•6 years ago
|
||
Please remember to mark regressions as such.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
I'll add more tests for this in another bug. Would be good to get this into nightly.
Assignee | ||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
As per IRC: 10:49:10 - mkmelin: no, it does return 0, if you end up with a confirmEx and the user choses 0
Assignee | ||
Comment 5•6 years ago
|
||
The most important part of the reshuffle is that we now analyse first. Then we must make sure the aLinkText is actually an url (since the method is called for all urls), or we try to make arbitrary text a url and that fails of course.
Assignee | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
schemeIs can only be used for URIs, not strings.
I've updated the comment.
I think some more refactoring would make sense in this file, but... for another bug.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/5db9b0e6efd1
Restore clicking on links in email messages to working order after bug 1476428. r=jorgk
Comment 10•6 years ago
|
||
Due to the time constraints, I landed it with the changes I had suggested, so with the "i" and the comment removed. Next time, please make yourself available on IRC.
Description
•