Closed
Bug 150541
Opened 24 years ago
Closed 24 years ago
Submitting to ual will crash the browser
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: morse, Assigned: alexsavulov)
References
Details
(Keywords: crash, testcase, Whiteboard: nsbeta1)
Attachments
(1 file)
|
150 bytes,
text/html
|
Details |
Clicking on the submit button in the following content will crash the browser.
Occurs in the trunk only -- the 1.0 branch does not have this problem.
This content is a simplification of what is contained at http://www.ual.com
<html>
<body>
<form action="https://www.ua2go.com/ci/DoLogin.jsp">
<input type="submit" value="Login">
</form>
</body>
</html>
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
WFM 2002060908/trunk/w2k
| Reporter | ||
Updated•24 years ago
|
Whiteboard: nsbeta1
| Reporter | ||
Comment 3•24 years ago
|
||
My build is a trunk build that I pulled and built yesterday (June 9).
Comment 4•24 years ago
|
||
WFM (both testcase and site), BuildID 2002053119 (trunk), RedHat Linux 7.2 (+
updates).
| Reporter | ||
Comment 5•24 years ago
|
||
And now it works for me too. I just repulled and rebuilt. So I must have had
something wrong with the tree that I build on Saturday.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•