Closed
Bug 75792
Opened 25 years ago
Closed 23 years ago
incremental reflow problem with button inside form inside nested table
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: karnaze, Assigned: rods)
References
()
Details
This is a spin off from bug 39202 (it is attachment #2 [details] [diff] [review] in that bug). Depressing
the button and holding it causes the table to get a few pixels shorter during
the incremental reflow.
Before the button is depressed the cell's block reports the following
Row 00E79CE8 r=2 a=2970,UC c=2970,UC cnt=232
Cell 00E79D30 r=2 a=2910,UC c=2850,UC cnt=233
Block 00E79D8C r=2 a=2850,UC c=2850,UC cnt=234
Block 00E79D8C d=2850,420
Cell 00E79D30 d=2910,480
Row 00E79CE8 d=2970,480
During the incremental reflow the cell's block reports the following. Notice the
blocks height is 360 instead of 420.
Row 00E79CE8 r=1 a=1920,UC c=1920,UC cnt=339
Cell 00E79D30 r=1 a=1860,UC c=1800,UC cnt=340
Block 00E79D8C r=1 a=1800,UC c=1800,UC cnt=341
Block 00E79D8C d=1800,360 me=1800 m=1800
Cell 00E79D30 d=1860,420 me=1860 m=1860
Row 00E79CE8 d=1920,420
| Reporter | ||
Comment 1•25 years ago
|
||
Rods, I've assigned this to you because I can't tell whether it is a block or
form control problem (but I suspect the latter). Please reassign to attinasi if
the button is consistently reporting the same desired height during all reflows.
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → Future
Typo on the bug number where this came from: this is a spin off from bug 39209.
Either I don't understand this bug ot it has been fixed (Win98, 2002021503).
Someone else to confirm?
| Assignee | ||
Updated•24 years ago
|
Priority: P1 → P3
this bug is wfm 2002100416 win98
initial reflow:
button 02C5BA28 r=0 a=UC,UC c=UC,UC cnt=877
area 02C5BB28 r=0 a=1740,240 c=1740,240 cnt=878
text 02C5BCC8 r=0 a=1740,240 c=UC,UC cnt=879
text 02C5BCC8 d=1200,240 me=1200
area 02C5BB28 d=1200,240 me=1200
button 02C5BA28 d=1800,360 me=1800
incr reflows
button 02C5BA28 r=1 a=UC,UC c=UC,UC cnt=936
area 02C5BB28 r=3 a=1740,240 c=1740,240 cnt=937
text 02C5BCC8 r=3 a=1740,240 c=UC,UC cnt=938
text 02C5BCC8 d=1200,240 me=1200
area 02C5BB28 d=1200,240 me=1200
button 02C5BA28 d=1800,360 me=1800
button 02C5BA28 r=2 a=1800,UC c=UC,UC cnt=941
area 02C5BB28 r=2 a=1740,240 c=1740,240 cnt=942
text 02C5BCC8 r=2 a=1740,240 c=UC,UC cnt=943
text 02C5BCC8 d=1200,240
area 02C5BB28 d=1200,240
button 02C5BA28 d=1800,360
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•