Closed
Bug 47163
Opened 25 years ago
Closed 25 years ago
Paragraphs in COLSPANs of prop. COLs may lead to corrupt tables
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: make, Assigned: karnaze)
References
Details
(Keywords: html4, relnote, testcase, Whiteboard: [nsbeta3-])
Attachments
(1 file)
574 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.74 [en] (WinNT; U)
BuildID: 2000073120
If a table contains a paragraph of text, which is inside a COLSPAN of to columns
with proportional width, table layout is incorrect and reflow problems occur.
Reproducible: Always
Steps to Reproduce:
1. Load the testcase
2. Enlarge your browsers width until the second line is about 70% of the browser
window
3. Enlarge the window width more
Actual Results: 4. Suddenly, the text is displayed in one large line (which has
a width of about 170%).
Expected Results: Reflow should happen smoothly (not from L1:100%,L2:70% to
L1:170% !)
The table should further honor its given width (100%)
There _seem_ to be the following preconditions for this to happen (pleas
verify):
- The text must be inside a <P>
- The <P> must be inside a COLSPANned cell
- The columns of the COLSPAN must have a proportional col width (i.e. xxx*)
- The problem always happens when the paragraph has two lines of text, the first
one wrapped at 100% and the second one filled up to about 70%. You can add more
words to the paragraph of the testcase to move the point where the problem
occurs.
Reporter | ||
Updated•25 years ago
|
Reporter | ||
Comment 1•25 years ago
|
||
Comment 3•25 years ago
|
||
No time left for this for beta2. If need be, we can relnote it, but it seems
like somewhat of an edge case (if not a dup).
Comment 4•25 years ago
|
||
Denying beta3 nomination: edge case, we should relnote.
Updated•25 years ago
|
Target Milestone: --- → Future
Comment 5•25 years ago
|
||
It seems unclear to me whether this bug requires either of a "developer" or
"user" release note for Netscape 6 RTM. If anyone feels it does, can they please
draft one and then nominate with the relnote-user or relnote-devel strings in
the Status Whiteboard.
Thanks :-)
Gerv
Assignee | ||
Comment 6•25 years ago
|
||
Fixed with latest checkin.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•