Closed
Bug 21997
Opened 26 years ago
Closed 26 years ago
[Webshell Print] [CRASH][BLOCKER] Password field in form crashes browser when printed
Categories
(Core :: Printing: Output, defect, P3)
Core
Printing: Output
Tracking
()
M13
People
(Reporter: shrir, Assigned: dcone)
Details
Attachments
(2 files)
I used today's comercial builds (Win, Mac, Unix)
Found out that the HTML form tag "<input type="password">" makes the browser
crash. To recreate the problem, please follow these steps:
1. Copy the following text and save it as an HTML file on your machine.
--------here-----------
<html>
<body>
<form name="passwordform" action="xx" method="yy">
<input type="password" name="passwd">
</form>
</body>
</html>
-------here------------
2. Open this file from the browser using the "File|Open File menu option.
3. A page with an HTML password field at top appears.
4. Use the "File |Print" menu to print the page.
5. Observe that the browser crashes but the page prints.
Reporter | ||
Comment 1•26 years ago
|
||
Reporter | ||
Comment 2•26 years ago
|
||
I think this same problem makes the "infoseek.com" page crash (bug 21763). Don,
could you please comment?
Reporter | ||
Comment 3•26 years ago
|
||
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: [CRASH][BLOCKER] Password field in form crashes browser when printed → [Print Fail CRASH][BLOCKER] Password field in form crashes browser when printed
Target Milestone: M13
Assignee | ||
Updated•26 years ago
|
Summary: [Print Fail CRASH][BLOCKER] Password field in form crashes browser when printed → [Print Webshell] [CRASH][BLOCKER] Password field in form crashes browser when printed
Assignee | ||
Comment 4•26 years ago
|
||
This is a webshell problem.. the GFXTextcontrol is expecting a Webshell for a
parent..
Assignee | ||
Updated•26 years ago
|
Summary: [Print Webshell] [CRASH][BLOCKER] Password field in form crashes browser when printed → [Webshell Print] [CRASH][BLOCKER] Password field in form crashes browser when printed
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•26 years ago
|
||
GFXTextcontrolframe is a same problem as in 21470
*** This bug has been marked as a duplicate of 21470 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Okay, bug 21470 deals with missing webshells, which involves this bug. Marked
as verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•