Closed
Bug 103123
Opened 24 years ago
Closed 23 years ago
text input is wrong
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: crook, Assigned: alexsavulov)
References
()
Details
Try to oper this URL (http://www.ya.ru).
When you begin to type in this text input field it immediately shifts down.
This is the example of html page that shows this bug:
<html>
<head>
<title>Test</title>
</head>
<body>
<table height=100%>
<tr><td>
<form name="web" method="get" action="/searchform">
<table>
<tr><td bgcolor=E6E6E6>
Enter: <input type="text" name="textfield" size=50 maxlength=160>
<input type=submit value="Find!">
</td></tr>
</table>
</form>
</td></tr>
<tr><td> </td></tr>
</table>
</body>
</html>
Comment 1•24 years ago
|
||
Alex, another similar bug for you.
Assignee: attinasi → alexsavulov
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 3•23 years ago
|
||
WFM with 2002011403
closing
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•