Open
Bug 272165
Opened 20 years ago
Updated 2 years ago
Invalid mailto address silently dropped: href="mailto:(foo@bar.com " - should either fire warning or just take it over into addressing area for later correction or error handling when sending
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: grg, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
706 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: version 0.9+ (20041128) A mailto: link on a page contained an invalid e-mail address - it accidentally contained a left-parenthesis. eg: mailto:(test@test.com When clicking on this link from Firefox the Compose Message window opens, however the To field is empty (it doesn't contain the e-mail address). Additionally, it only contains one line to enter an e-mail address, rather than multiple lines which you'd typically be presented with when composing a message. Although this isn't a major problem it was a little confusing when the To field appeared empty, especially when there was only one line for entering an address. The URL listed above contains an example of the problem at the bottom of the page under the "How To Apply" section. Reproducible: Always Steps to Reproduce: 1. Click on a mailto: link containing a parenthesis. eg: mailto:(test@test.com Actual Results: The Compose New Message window that appears exhibits the problem of no To e-mail address and only one line for entering an address Expected Results: Either the invalid e-mail address should appear in the To: field, or a warning message explaining the address is invalid should be displayed. Additional lines for entering other e-mail addresses should be present. May be related to Bug 231032 which appears to be caused by problems with the command line arguments passed to thunderbird.exe
Comment 1•20 years ago
|
||
Yes, this happens. Reproduced with TB 1.0, Win2K. Mozilla suite also does not fill in the To: field, but it does not exhibit the problem with the address fields seen in TB.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•18 years ago
|
||
*** Bug 348825 has been marked as a duplicate of this bug. ***
Comment 3•18 years ago
|
||
I think that dupe is misplaced. I retested this with current builds, and I'm not seeing the "only one address field" symptom, with 1.5.0.7 nor 2a1/3a1 nightlies.
Summary: Invalid mailto address handling → Invalid mailto address dropped
Version: unspecified → Trunk
Comment 4•18 years ago
|
||
similar to suite bug 193791
Severity: minor → normal
Version: Trunk → unspecified
Updated•18 years ago
|
QA Contact: message-compose
Updated•16 years ago
|
Assignee: mscott → nobody
Comment 5•11 years ago
|
||
This still fails on current Trunk, 25.0a1 (2013-07-24) / WinXP As per comment 0, we should either fire an immediate warning about the invalid address, or just accept it into the addressing area for manual correction; if it's still invalid when message gets sent, I assume we already fire warnings. Might be simple to fix after finding the right spot in code.
Comment 6•11 years ago
|
||
FTR: *Valid* cases having "(" in mailto, as seen in testcase1 (attachment 780843 [details]) seem to work ok, so it's really only about the invalid case.Keywords: testcase
Summary: Invalid mailto address dropped → Invalid mailto address silently dropped: href="mailto:(foo@bar.com" - should either fire warning or just take it over into addressing area for later correction or error handling when sending
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•