Closed
Bug 15499
Opened 25 years ago
Closed 15 years ago
Percentage value for cellpadding not working
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: chrispetersen, Unassigned)
References
Details
(Keywords: html4, testcase, Whiteboard: [awd:tbl])
Attachments
(5 files)
Build: Apprunner
Version: 1999100120
Platform: All
Expect Results: The cellpadding for each cell should be 50%.
What I got: No padding is applied
Steps to Reproduce:
1) Open test case:http://slip/projects/marvin/html/table_cellpadding_pct.html
2) The table cells are not rendered with a cellpadding of 50 %.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Summary: Percentage value for cellpadding not working → [CSS 2] Percentage value for cellpadding not working
Target Milestone: M13
Comment 1•25 years ago
|
||
adding CSS 2 to summary.
Updated•25 years ago
|
Summary: [CSS 2] Percentage value for cellpadding not working → {css2} Percentage value for cellpadding not working
Comment 2•25 years ago
|
||
petersen: could you attach the test case to the bug? Cheers.
Comment 3•25 years ago
|
||
Petersen is not in today - I have attached the test case below
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
In reviewing the test case, perhaps this is only a Nav Quirks bug. In the test
case provided, there is no height value, so I'm not sure what the 50% would
apply to. However, if you bring the test case up in Nav, the rendering is
different. Karanaze, can you shed some light on this?
Comment 6•25 years ago
|
||
The attachment below is somewhat revised, setting a width and height to the
table. Padding seems to work on top and bottom, not left or right
Comment 7•25 years ago
|
||
Updated•25 years ago
|
Target Milestone: M13 → M14
Comment 9•25 years ago
|
||
Migrating from {css2} to css2 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
Updated•25 years ago
|
Whiteboard: [TESTCASE]
Comment 10•25 years ago
|
||
No change to the bug except added [TESTCASE] to Status line to get it off the
BugAThon list.
Gerv
Comment 11•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Updated•25 years ago
|
Target Milestone: M14 → M16
Updated•25 years ago
|
Summary: {css2} Percentage value for cellpadding not working → Percentage value for cellpadding not working
Whiteboard: [TESTCASE]
Comment 12•25 years ago
|
||
*** Bug 36061 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Target Milestone: M16 → M18
Comment 13•24 years ago
|
||
Moving to M18.
Comment 14•24 years ago
|
||
This bug has been marked "future" because we have determined that it is not
critical for netscape 6.0. If you feel this is an error, or if it blocks your
work in some way -- please attach your concern to the bug for reconsideration.
Target Milestone: M18 → Future
Comment 15•24 years ago
|
||
*** Bug 50075 has been marked as a duplicate of this bug. ***
Comment 16•24 years ago
|
||
*** Bug 2779 has been marked as a duplicate of this bug. ***
Comment 17•24 years ago
|
||
Percentage value for cellspacing also does not work. Should that be a separate
bug?
Comment 19•23 years ago
|
||
when I go to www.moncourrier.com (mozilla/mozilla for login/password test)
compose box when I press the "Ecrire" button on the left is not the correct
width... it should be as large as the grey bar just on the top.
It is ok with Internet explorer 5.5 or netscape 4.75 on Windows 2000
is it the same bug... or should I submit a new one?
Comment 20•23 years ago
|
||
Adding "nsbranch" keyword because % value for "cellpadding" and "cellspacing"
are commonly used and important...
Keywords: nsbranch
Comment 22•23 years ago
|
||
No fix in hand. Not a "stop ship" bug.
Comment 24•23 years ago
|
||
We don't yet support percent cellpadding and currently (as of a few days ago)
turn percent values into pixel values like IE and Nav. So, if this bug is
complaining that we are not compatable with IE then it is fixed.
Comment 25•23 years ago
|
||
Comment 26•23 years ago
|
||
According to comment #24 the percent values should be converted to pixels. That
does not seem to happen except for the padding-left where it is causing text to
overlap the right border.
Comment 27•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
Status: ASSIGNED → NEW
QA Contact: amar → madhur
Target Milestone: Future → ---
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 28•21 years ago
|
||
Frankly, I'm not sure we want to fix this bug. Neither NS4 nor IE implement
this, and percent values for padding set via CSS work, so....
Updated•21 years ago
|
Comment 29•21 years ago
|
||
percent padding works ???
Comment 30•21 years ago
|
||
Well, the cell has 10% padding on all sides. This does cause it to overflow the
table, etc (but what exactly is the expected rendering there? The table size
depends on the cell size, the cell size depends on the table size; unlike the
div, the available space for the cell is the table width, not the body width).
Comment 31•18 years ago
|
||
There is a problem with XHTML files.
Build identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a4pre) Gecko/2007040204 Minefield/3.0a4pre
See attachment below.
Comment 32•18 years ago
|
||
Comment 33•18 years ago
|
||
That testcase has nothing to do with this bug. This bug is about cellpadding, not cellspacing.
Updated•15 years ago
|
Assignee: layout.tables → nobody
QA Contact: madhur → layout.tables
Comment 34•15 years ago
|
||
HTML5 defines cellpadding to contain just pixel values. Marking invalid.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•