Closed
Bug 534501
Opened 15 years ago
Closed 15 years ago
Thunderbird doesn't interpret "mailto" link correctly
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: metias.mina, Unassigned)
Details
Attachments
(1 file)
|
1.18 KB,
patch
|
Biesinger
:
review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5
Build Identifier:
Mozilla Thunderbird sometimes makes a hyperlink out of some text that shouldn't be underlined.
Here is the text of the email:
Does Wednesday aft. work for you?
I'll tentatively schedule for 3:30 on Wednesday.
We'll come to S@Y...where should we meet?
which is being displayed as follows in Thunderbird:
Does Wednesday aft. work for you?
I'll tentatively schedule 3:30 on Wednesday.
We'll come to [mailto:S@Y...where S@Y...where] should we meet?
Reproducible: Always
Steps to Reproduce:
Mozilla Thunderbird sometimes makes a hyperlink out of some text that shouldn't be underlined.
Here is the text of the email:
Does Wednesday aft. work for you?
I'll tentatively schedule for 3:30 on Wednesday.
We'll come to S@Y...where should we meet?
which is being displayed as follows in Thunderbird:
Does Wednesday aft. work for you?
I'll tentatively schedule 3:30 on Wednesday.
We'll come to [mailto:S@Y...where S@Y...where] should we meet?
Comment 1•15 years ago
|
||
So is this when you are writing an email ?
Does this also happens in -safe-mode (http://kb.mozillazine.org/Safe_mode) ?
What version of thunderbird are you using ?
Attachment #417333 -
Flags: review?(felsayedmeawad)
Updated•15 years ago
|
Assignee: nobody → metias.mina
Updated•15 years ago
|
Assignee: metias.mina → nobody
Component: Message Compose Window → Networking
Product: Thunderbird → Core
QA Contact: message-compose → networking
Updated•15 years ago
|
Attachment #417333 -
Flags: review?(felsayedmeawad) → review?(cbiesinger)
Comment 3•15 years ago
|
||
Comment on attachment 417333 [details] [diff] [review]
Bug fix
Does this even compile? Isn't there an if missing? And please keep the indentation from the previous line and limit your line to 80 characters.
Attachment #417333 -
Flags: review?(cbiesinger) → review-
Comment 4•15 years ago
|
||
WORKSFORME
Reproduction:
Send yourself an email with just "foo s@ys blaa" as body text, send it as plaintext, read it in Thunderbird (Sent folder). No link, as expected.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Comment 5•15 years ago
|
||
> S@Y...where
Oh, the space is missing. Edge case, WONTFIX.
This is a heuristic, it'll never cover all strange edge cases and typos.
Resolution: WORKSFORME → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•