Closed
Bug 295586
Opened 20 years ago
Closed 14 years ago
dw-world.de - page display incorrect for Trunk builds (<td nowrap="nowrap" width="430"> is 2179px wide)
Categories
(Tech Evangelism Graveyard :: German, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: hhschwab, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(2 files)
regressed:
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b2) Gecko/20050524
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b2) Gecko/20050524 Firefox/1.0+
working:
Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Opera and Firefox 1.7.8 are working fine, Mozilla Trunk presents a wide
horizontal scrollbar. I will upload a minimal testcase.
Priority major, as the article from the URL: is unreadable.
Reporter | ||
Comment 1•20 years ago
|
||
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="767">
<tbody>
<tr>
<td bgcolor="#6699cc"><br></td>
<td nowrap="nowrap" width="430">
<p>... very long text ...</p>
</td>
</tr>
</tbody>
</table>
Updated•20 years ago
|
Keywords: regression
Comment 2•20 years ago
|
||
In quirks mode, the testcase still works.
the page is standards mode see
http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2.6
nowrap [CI]
Deprecated. When present, this boolean attribute tells visual user agents to
disable automatic text wrapping for this cell. Style sheets should be used
instead of this attribute to achieve wrapping effects. Note. if used carelessly,
this attribute may result in excessively wide cells.
> techevangelism
Assignee: nobody → german
Component: Layout: Tables → German
Product: Core → Tech Evangelism
QA Contact: layout.tables → german
Version: Trunk → unspecified
Comment 4•20 years ago
|
||
If anyone still wants to know:
Ok, this worked in 2005-03-06 build, but fails in 2005-03-07 build:
Most likely this behavior changed because of the fix for bug 277232.
*** Bug 298014 has been marked as a duplicate of this bug. ***
Comment 6•20 years ago
|
||
So is this then a layout bug and not tech evang?
Summary: <td nowrap="nowrap" width="430"> is 2179px wide → dw-world.de - page display incorrect for Trunk builds (<td nowrap="nowrap" width="430"> is 2179px wide)
*** Bug 307598 has been marked as a duplicate of this bug. ***
Comment 8•20 years ago
|
||
*** Bug 309567 has been marked as a duplicate of this bug. ***
Comment 9•19 years ago
|
||
*** Bug 311549 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 10•17 years ago
|
||
replacing URL by testcase as page is fixed:
http://www.dw-world.de/dw/article/0,1564,1593024,00.html
I don't close the bug as this regression is still seen on the testcase
Comment 11•16 years ago
|
||
I can't tell for sure, but it looks like the test case might be working with 3.5b4.
Seems like this bug either has the wrong status or the wrong product/component.
If its a layout bug still it won't get fixed with tech evang markings.
Reporter | ||
Comment 12•16 years ago
|
||
(In reply to comment #11)
> I can't tell for sure, but it looks like the test case might be working with
> 3.5b4.
Martin's testcase is working, as it was working before, in Quirks Mode.
My testcase from URL: still doesn't work
Testcase attachment 184575 [details] doesn't work using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1pre) Gecko/20090602 SeaMonkey/2.0b1pre
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090602 Minefield/3.6a1pre
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1pre) Gecko/20090602 Shiretoko/3.5pre
https://bugzilla.mozilla.org/attachment.cgi?id=184575
I'm seeing the original regression, one very long line not broken in some shorter lines having the specified length.
> Seems like this bug either has the wrong status or the wrong product/component.
I won't change the status as I still see the regression.
> If its a layout bug still it won't get fixed with tech evang markings.
Bernd doesn't see it as layout bug, I don't know if it's a bug, but I know it for sure it is a regression.
Feel free to change the component or close the bug, I've done for this bug what I could do.
Comment 13•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•