Closed
Bug 18216
Opened 25 years ago
Closed 25 years ago
[form] Text Box in form is centered
Categories
(Core :: DOM: Editor, defect, P4)
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: alan-lists, Assigned: buster)
References
()
Details
(Whiteboard: will verify in 1/7 build.)
[i was told Editor was the right component for this bug by people in #mozilla]
Steps
1. Type text in yahoo's centered text box for searching
2. Then press enterto do the search
3. Then hit the back button
4. The text you originally typed is centered in the text box.
However when you click on the text box line the text is then left justified.
I might make a test case if needed, but should be in bed right now.
Updated•25 years ago
|
Summary: Text Box in form is centered → [form] Text Box in form is centered
Comment 1•25 years ago
|
||
checked this in 1999111108 build on win95 and this still happens. Setting this
to M14 and assigning to Kin for review
Updated•25 years ago
|
Target Milestone: M14
Updated•25 years ago
|
Assignee: beppe → kin
buster@netscape.com says he'll take care of this one.
You can reproduce this with the following HTML:
<html>
<body>
<center>
<form>
<input type=text>
</form>
</center>
</body>
</html>
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M14 → M13
I was in this part of the code, so I went ahead and fixed it. Moved milestone
up to M13, marked fixed. Verify against 1/7/00 build.
*** Bug 22708 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•