Closed
Bug 57024
Opened 25 years ago
Closed 25 years ago
Crash on a form field when position:relative
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: ilya.konstantinov+future, Assigned: asa)
References
()
Details
A <form>'s <input> field in <span style="position:relative"> crashes Mozilla.
<span style="position:relative">
<form action="test.html" method="post">
<input type="text" name="fullname" value="">
</form>
</span>
Comment 1•25 years ago
|
||
dupe of 570246
*** This bug has been marked as a duplicate of 57026 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•