Closed
Bug 95962
Opened 24 years ago
Closed 24 years ago
Page reflows upon typing in textfield at search.netscape.com
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: bugzilla, Assigned: attinasi)
References
()
Details
(Keywords: regression, topembed)
Attachments
(1 file)
|
1.32 KB,
text/html
|
Details |
Build ID: 2001081703
Steps to Reproduce:
(1) Go to search.netscape.com.
(2) Type a character into the textbox.
Comment 3•24 years ago
|
||
Do not see anything while typing in both search text boxes.
Bernd: Could you describe what you have seen while typing?
(maybe something changed inbetween on serach.netscape.com)
Comment 4•24 years ago
|
||
Ok, I can see the same behaviour like in the latest testcase (attachment 46269 [details])
for bug 95512.
Bernd: if this matches to that what you have seen (typing is modifying the
layout) can you dup this one?
thx alex
Comment 5•24 years ago
|
||
Using the 3rd attachment in bug 95512 -
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=46491 The cell block is
returning a smaller desired height during the incremental reflow than it
previously reported. I'm marking this topembed, because this is a fundamental
incremental reflow problem and is a regression. Reassigning to attinasi, CCing
waterson.
Row 02A85290 r=2 a=2745,UC c=2745,UC cnt=13
Cell 02A85404 r=2 a=2685,UC c=2535,UC cnt=14
Block 02A84C20 r=2 a=2535,UC c=2535,UC cnt=15
Block 02A84C20 d=2535,450
Cell 02A85404 d=2685,600
Row 02A85290 d=2745,600
RowG 02A848F4 d=2745,1095
Tbl 02A846BC d=2865,1275
Tbl 02A9F900 d=2865,1275
blank
Document http://bugzilla.mozilla.org/showattachment.cgi?attach_id=46491 loaded s
uccessfully
Tbl 02A9F900 r=1 a=10965,UC c=0,0 cnt=16
Tbl 02A846BC r=1 a=10965,UC c=UC,UC cnt=17
RowG 02A848F4 r=1 a=2745,UC c=2745,UC cnt=18
Row 02A85290 r=1 a=2745,UC c=2745,UC cnt=19
Cell 02A85404 r=1 a=2685,UC c=2535,UC cnt=20
Block 02A84C20 r=1 a=2535,UC c=2535,UC cnt=21
Block 02A84C20 d=2535,390 me=2535 m=2535
Cell 02A85404 d=2685,540 me=2685 m=2685
Row 02A85290 d=2745,540
| Assignee | ||
Comment 6•24 years ago
|
||
Looks to me like the problem might be when you put white-space: nowrap on a FORM.
I'll attach my current testcase, derived from the testcase in bug 95512. There
are some apparent problems with white-space: nowrap on the FORM, like for one
thing, the text will wrap, but then later (during an incremental reflow) it
decides that it shouldn't and hence the change in size.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 7•24 years ago
|
||
| Assignee | ||
Comment 9•24 years ago
|
||
I confirm - fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•