Closed
Bug 372874
Opened 18 years ago
Closed 18 years ago
Clicking on URL with a @ in it opens MailNews Compose (or default mail handler?)
Categories
(Other Applications :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcsmurf, Assigned: Gijs)
References
Details
(Keywords: regression, Whiteboard: [cz-0.9.78])
Attachments
(1 file)
1.37 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
To reproduce:
1. Fetch a CZ trunk build
2. Send the URL http://www.google.com/groups?selm=mailman.1.1173201459.31338.dev-planning@lists.mozilla.org as message to a channel
3. Click on that URL
Results:
In SeaMonkey a MailNews Compose window opens and "http://www.google.com/groups" is inserted as To: address.
Reporter | ||
Updated•18 years ago
|
Summary: Clickin on URL with a @ in it opens MailNews Compose (or default mail handler?) → Clicking on URL with a @ in it opens MailNews Compose (or default mail handler?)
Assignee | ||
Comment 1•18 years ago
|
||
I like simple patches.
I like really simple patches even better.
What I like best though, are patches where you add just one single character, and that magically "makes it work".
Assignee: rginda → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Attachment #257869 -
Flags: review?(silver)
Comment 2•18 years ago
|
||
Comment on attachment 257869 [details] [diff] [review]
Patch
Saved by RFC822. :)
Technically, though, the following are also invalid in that part: ",", ";", "\", ".". Clearly the last one can't be safely banned, thanks to the laxity of past programs. The others might be worth considering.
Attachment #257869 -
Flags: review?(silver) → review+
Assignee | ||
Comment 3•18 years ago
|
||
I've added ; and \ to the mix. I didn't want to try to check if , was in use, but guessed that if . was, some idiot(s) would probably have used , as well. Oh well.
Checking in mozilla/extensions/irc/xul/content/mungers.js;
/cvsroot/mozilla/extensions/irc/xul/content/mungers.js,v <-- mungers.js
new revision: 1.4; previous revision: 1.3
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: regression
Resolution: --- → FIXED
Whiteboard: [cz-0.9.78]
You need to log in
before you can comment on or make changes to this bug.
Description
•