Closed
Bug 230620
Opened 21 years ago
Closed 21 years ago
Text within input fields is rendered below the input field
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: whimboo, Assigned: bzbarsky)
References
()
Details
(Keywords: regression)
Attachments
(2 files)
154 bytes,
text/html
|
Details | |
1.19 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
After opening this site, placing the focus inside one of the both input fields
and writing some letters you can see that the text is rendered outside the box.
Tested with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a)
Gecko/20040110 Firebird/0.8.0+ (mozJF). Same effect with SeaMonkey so placing it
here.
For regression the last working version I have is Mozilla/5.0 (Windows; U;
Windows NT 5.1; en-US; rv:1.7a) Gecko/20040107 Firebird/0.7+ (MozJF)
Comment 1•21 years ago
|
||
Confirmed with Seamonkey 2004-01-10-09 on Win2k
Summary: Text within input fields is not rendered correctly in form → Text within input fields is rendered below the input field
Comment 2•21 years ago
|
||
works in 2004010708
fails in yesterday-ish cvs build
going to try to back out bug 229583 which henrik suspected as the cause
Comment 3•21 years ago
|
||
that patch did not cause this regression
Comment 4•21 years ago
|
||
url for the timeframe from comment 0 and comment 1:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=1%2F07%2F2004+08%3A00&maxdate=01%2F10%2F2004+09%3A00&cvsroot=%2Fcvsroot
(+7355/10061) Lines changed.
Comment 5•21 years ago
|
||
fails in 2004010908
Comment 6•21 years ago
|
||
also fails in 2004010808
(all my testing done on win2k)
new bonsai url:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=1%2F07%2F2004+08%3A00&maxdate=01%2F08%2F2004+08%3A00&cvsroot=%2Fcvsroot
Reporter | ||
Comment 7•21 years ago
|
||
Removing "div { position: absolute; }" or using another mode like relative
removes the problem.
Seams like a bug within the CSS engine.
![]() |
Assignee | |
Comment 8•21 years ago
|
||
Oddly enough (my first thought was layout, not css), I bet the problem is in
fact a regression from bug 64116. We're probably applying that style to the
anonymous div.
![]() |
Assignee | |
Comment 9•21 years ago
|
||
![]() |
Assignee | |
Updated•21 years ago
|
Attachment #138804 -
Flags: superreview?(dbaron)
Attachment #138804 -
Flags: review?(dbaron)
Attachment #138804 -
Flags: superreview+
Attachment #138804 -
Flags: review+
Attachment #138804 -
Flags: superreview?(dbaron)
Attachment #138804 -
Flags: review?(dbaron)
Comment 10•21 years ago
|
||
-> bz/style system
Assignee: nobody → bz-vacation
Component: Layout: Form Controls → Style System (CSS)
![]() |
Assignee | |
Comment 11•21 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 12•21 years ago
|
||
*** Bug 230664 has been marked as a duplicate of this bug. ***
![]() |
Assignee | |
Comment 13•21 years ago
|
||
*** Bug 230663 has been marked as a duplicate of this bug. ***
Reporter | ||
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•