Closed Bug 91713 Opened 23 years ago Closed 23 years ago

WRMB:nowrap not respected when other column has width=100%

Categories

(Core :: Layout: Tables, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 32191

People

(Reporter: amar, Assigned: alexsavulov)

References

()

Details

(Keywords: testcase, topembed)

Attachments

(5 files)

In the given url the images are not lined up horizontally instead they are all 
lined up vertically.....
How to produce
1) Go the given url
2) You can see it visually

Always producible 

 Build ID # 2001-07-18-10-trunk
 OS: win2k

will attach a test case soon
Attached file reduced textcase
 The test case I attached does not have images here is the reduced testcase code

<html>
<title>BEA Systems:</title>
<body>

<table width="100%">
<tr>
<td nowrap width="274">
<img src="/images/gopher-menu.gif" width="46" height="41" border="0">
<img src="/images/gopher-find.gif" width="54" height="41" border="0">
<img src="/images/gopher-text.gif" width="40" height="41" border="0">

<td width="100%">
<form action="" method="get">
<input type="text">
</td></form>
</tr>
</table>

</body>
</html>
Attached file Testcase #2
The FORM isn't needed. The problem is that <td width="100%"> does not respect
the nowrap attribute of the first cell. Changing Summary, was:
table data <td> is not dispalyed correctly when there is a form in table row 
<tr>

Perhaps related to bug 54565?
Keywords: testcase
Summary: table data <td> is not dispalyed correctly when there is a form in table row <tr> → nowrap not respected when other column has width=100%
*** Bug 89427 has been marked as a duplicate of this bug. ***
Bug 89427 was born first, so bug 91713 should be the duplicate.

Well, anyway, there goes the attachment (jpg) of the bug showing at
URL http://www.cnet.com/, and the source code.

Marcos.
Reassigning to alexsavulov
Assignee: karnaze → alexsavulov
Keywords: top100
*** Bug 89037 has been marked as a duplicate of this bug. ***
*** Bug 39966 has been marked as a duplicate of this bug. ***
Isn't this a duplicate of bug 80817 (see bug 93161)?  I think the basic problem
is that we're not doing max-element-size calculation correctly for BRS_NOWRAP. 
(Doesn't the patch described on bug 93161 fix this bug?  That is, changing the
BRS_NOWRAP case to

  maxWidth = aState.mKidXMost + borderPadding.right;

from the code that's used for the non-nowrap case?


tested with the patch for bug 80817 and it does not fix the problem
adding WRMB to summary and topembed keyword
Keywords: topembed
Summary: nowrap not respected when other column has width=100% → WRMB:nowrap not respected when other column has width=100%
I'll bet this is fixed by my fix for bug 32191 (just a guess, but I'll test it
shortly - it is rebuilding now).
Yup - fix for bug 32191 fixes this one too - marking a dup.

*** This bug has been marked as a duplicate of 32191 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
testcase#2 still does not honor the nowrap attribute even with Marc's Patch
checked in.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
testcase#2 is not the same testcase like URL!!!
use "reduced realworld testcase" instead.

please open another bug and leave this as fixed - is a topembed bug related to URL

(or remove topembed)
Restoring dup of 32191 resolution. CNET.com and Testcase#2 shows an error that was
not fixed by the 32191 patch. Will reopen bug 89427 on that. Removing top100 since
it came from bug 89427.

*** This bug has been marked as a duplicate of 32191 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago23 years ago
Keywords: top100
Resolution: --- → DUPLICATE
 The problem with the given URL and the attached testcase seems to be solved..
Marking verified build ID: 2002010703.
Platform: WIN2K 
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: