Closed
Bug 23136
Opened 25 years ago
Closed 25 years ago
Send Page or Send Link should make url clickable using HREF tag
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
M13
People
(Reporter: pmock, Assigned: jefft)
Details
Build Date & Platform Bug Found:
Win32 commercial seamonkey build 2000-01-04-09-m13 installed on P166 Win98
Linux commercial seamonkey build 2000-01-04-08-m13 installed on P200 RedHat 6.1
MacOS commercial seamonkey build 2000-01-04-09-m13 installed on G3/400 OS 8.6
Overview Description:
Under the browser, when you use the File|Send Page or File|Send Link command,
it does not properly escape the url in the message body. The url is less useful
in its current state.
I think it's important because
a) In 4.7 rtm, we make the link clickable.
b) Its useful to be able to right click to copy the link location.
Example of source sent from 5.0:
<html><head></head>
<body>http://media.web.aol.com/media/press_view.cfm?release_num=10100493&tit
le=AOL Holiday Shopping Sales Surge To $2.5 Billion</body>
</html>
Example of source sent from 4.7:
<html>
<br><A
HREF="http://media.web.aol.com/media/press_view.cfm?release_num=10100493&title=A
OL%20Holiday%20Shopping%20Sales%20Surge%20To%20%242%2E5%20Billion">http://media.
web.aol.com/media/press_view.cfm?release_num=10100493&title=AOL%20Holiday%20
Shopping%20Sales%20Surge%20To%20%242%2E5%20Billion</A></html>
Steps to Reproduce:
1) Launch Seamonkey
2) Go to http://corp.aol.com
3) Click on the link entitled "Click on this "AOL Holiday Shopping Sales Surge
to $2.5 Billion"
This page should load.
4) Select File|Send Link or File|Send Page
A compose window should appear with the url displayed in the message body.
5) Send the page
6) In 4.7, select the mail message you sent
Notice the link is not clickable
7) Select View|Page Source to look at the url.
There is no HREF html tag.
Actual Results:
The url is not clickable. The url does not have a HREF html tag.
Expected Results:
The url should be clickable using the HREF tag.
Additional Builds and Platforms Tested On:
Additional Information:
This bug was found verify bug 22918
I logged a bug about escaping url in the message body which is bug
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fix checked in. MsgComposeCommands.js & navigator.js modified.
Verified as fixed on win32, linux, and macos using the following builds:
ftp://sweetlou/products/client/seamonkey/unix/linux_glibc/2.2/x86/2000-01-11-10-
M13/netscape-i686-pc-linux-gnu.tar.gz
ftp://sweetlou/products/client/seamonkey/unix/linux_glibc/2.2/x86/2000-01-11-10-
M13/netscape-i686-pc-linux-gnu.tar.gz
ftp://sweetlou/products/client/seamonkey/macos/8.x/ppc/2000-01-11-08-M13/mozilla
-mac-M13.sea.bin
Oops, the win32 build I tested on was
ftp://sweetlou/products/client/seamonkey/windows/32bit/x86/2000-01-11-09-M13/sea
monkey32e.exe
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•