Closed
Bug 193406
Opened 23 years ago
Closed 23 years ago
Save page as text contains link (HREF) values
Categories
(Core :: DOM: Serializers, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 135239
People
(Reporter: baffoni, Assigned: harishd)
Details
When I save a page as text, it is leaving HTML code in the output. So if I had
the following HTML in a page:
<A HREF="InvBillMasterList.asp?Val1=0&Val2=01015">01015</A>
Then the save page as text actually returns this:
01015 <InvBillMasterList.asp?Val1=0&Val2=01015>
I would expect to see:
01015
This works correctly in Netscape 4.x (but this is not a dupe of bug 18012 or bug
184868).
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030213
Comment 1•23 years ago
|
||
.
Assignee: asa → law
Component: Browser-General → File Handling
QA Contact: asa → petersen
Comment 2•23 years ago
|
||
->DOM to Text Conversion
Assignee: law → harishd
Component: File Handling → DOM to Text Conversion
QA Contact: petersen → sujay
Comment 3•23 years ago
|
||
Updating summary as I see no HTML code in the output... what I see is the link
location reformatted in a standard way and looking very intentional so this may
be wontfixed unless there's a valid reason for not including this information.
-> All/All off 1.3b/OS X
Summary: Save page as text contains HTML code → Save page as text contains link (HREF) values
Comment 4•23 years ago
|
||
Exactly, thanks ;-)
*** This bug has been marked as a duplicate of 135239 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•