Closed
Bug 30692
Opened 25 years ago
Closed 23 years ago
Cell content sized with height:x% does not resize
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: keith.lesch, Assigned: karnaze)
References
Details
(Keywords: testcase, Whiteboard: [awd:tbl] PATCH CANDIDATE_094)
Attachments
(6 files, 1 obsolete file)
(deleted),
text/html
|
Details | |
(deleted),
text/html
|
Details | |
(deleted),
text/html
|
Details | |
(deleted),
patch
|
alexsavulov
:
review+
attinasi
:
superreview+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
karnaze
:
review+
karnaze
:
superreview+
|
Details | Diff | Splinter Review |
(deleted),
text/html
|
Details |
See title and attachment. I am referring to a textarea that is inside of a
specifically sized element, in this case a table.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
The bug occurs with any cell content, not just TEXTAREA.
I'm going to attach another testcase which shows that:
- % values don't work for the height but they work for the width.
- absolute units for the height work correctly.
Reassigned to HTML Tables.
Assignee: pierre → karnaze
Status: UNCONFIRMED → NEW
Component: Style System → HTMLTables
Ever confirmed: true
Summary: TEXTAREA sized with height:x% does not resize → Cell content sized with height:x% does not resize
Comment 4•25 years ago
|
||
Assignee | ||
Comment 5•25 years ago
|
||
Fixed by using the cell rather than the cell's inner block as the percentage
base in nsHTMLReflowState.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: --- → M16
Reporter | ||
Comment 6•24 years ago
|
||
Sorry for the delay...haven't been able to work with Moz lately. Looks good to
me.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 7•24 years ago
|
||
Regression? The 3rd attachment now fails. Bug #1 in the test case fails with
height:x% on the textarea; the P still adjusts its height correctly.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 10•24 years ago
|
||
adding hixie to cc
Comment 11•24 years ago
|
||
*** Bug 52525 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Target Milestone: M16 → ---
Assignee | ||
Comment 12•24 years ago
|
||
Moving to m0.9.1
Status: REOPENED → ASSIGNED
Target Milestone: --- → mozilla0.9.1
Comment 13•24 years ago
|
||
cc spam
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Assignee | ||
Comment 17•23 years ago
|
||
reassigning to m0.9.6
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Assignee | ||
Comment 18•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Whiteboard: [awd:tbl] → [awd:tbl] PATCH
Comment 19•23 years ago
|
||
Comment on attachment 56654 [details] [diff] [review]
patch to fix the bug
r= alexsavulov
Attachment #56654 -
Flags: review+
Comment 20•23 years ago
|
||
Comment on attachment 56654 [details] [diff] [review]
patch to fix the bug
sr=attinasi
Attachment #56654 -
Flags: superreview+
Assignee | ||
Comment 21•23 years ago
|
||
The patch is in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 23 years ago
Resolution: --- → FIXED
Whiteboard: [awd:tbl] PATCH → [awd:tbl] PATCH CANDIDATE_094
Comment 22•23 years ago
|
||
I'm still seeing the first textarea in "better testcase" collapsed on 2001111603
Win98. Regression?
Assignee | ||
Updated•23 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 24•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.7
Attachment #58540 -
Flags: review+
Comment 25•23 years ago
|
||
Comment on attachment 58540 [details] [diff] [review]
additional patch to deal with incremental reflow
sr=attinasi
Attachment #58540 -
Flags: superreview+
Assignee | ||
Comment 26•23 years ago
|
||
Comment on attachment 58540 [details] [diff] [review]
additional patch to deal with incremental reflow
I attached the wrong patch
Attachment #58540 -
Attachment is obsolete: true
Assignee | ||
Comment 27•23 years ago
|
||
Assignee | ||
Comment 28•23 years ago
|
||
Comment on attachment 58691 [details] [diff] [review]
correct patch
attinasi and alexsavulov reviewed this with me.
Attachment #58691 -
Flags: superreview+
Attachment #58691 -
Flags: review+
Assignee | ||
Comment 29•23 years ago
|
||
The additional patch is in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Comment 30•23 years ago
|
||
Almost there, but not quite finished. This testcase shows how the bug will
still appear if there is no explicit height on the table, row, or cell.
Rather, the height is determined by other cells in the same row. IE 4 renders
it correctly.
2001112203 Win98
Assignee | ||
Comment 31•23 years ago
|
||
Ok Greg, bug 112651 covers the remaining issue.
Comment 32•23 years ago
|
||
Looks like this bug is fixed. Marking verified.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 33•23 years ago
|
||
Agreed! Thanks for your work all. Trying out Mozilla 0.9.9 now on Win2k and it
looks great...and seems to be running much faster than 0.9.7.
You need to log in
before you can comment on or make changes to this bug.
Description
•