Closed
Bug 154001
Opened 22 years ago
Closed 21 years ago
table is shown too wide after reload
Categories
(Core :: Layout: Tables, defect, P4)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: searchadm, Unassigned)
References
()
Details
From Bugzilla Helper German:
proposed Product: Browser+Localizations
proposed Component: German-Austria/de-AT
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
Die Haupttabelle wird trotz Groessenbegrenzung auf 780 Pixel deutlich breiter
angezeigt. Der width=780 Parameter scheint an dieser Stelle keinerlei Wirkung zu
zeigen. Der Text neben der Tabelle sollte teils neben, teils unter der Tabelle
liegen.
Es sieht so aus, als ob der Browser den Text kurzzeitig schmal neben der großen
Grafik darstellt und dann erkennt, dass eine weitere Grafik vorhanden ist (
Trennlinie ) und diese dann einfach neben die große Grafik zeichnet, was dann
dazu führt, dass der Tabellenrahmen gesprängt wird. Wie es ausshen sollte können
Sie in Netscape 4.78, IEE xx, sowie Opera anschauen.
Reproducible: Always
Steps to Reproduce:
1.Seite aufrufen http://www.bautenserie1948.de/00005.html
2.evtl. reload machen
3.Seite wird zu breit angezeigt
Actual Results: Seite wird zu breit angezeigt
Expected Results: max 780 Pixel Inhaltsbreite
am besten kurz die Seite aufrufen und im Quelltext nach
<table width=780 border=0 cellspacing=0 cellpadding=0>
<tr valign=top align=left>
<td width=125>
<table width=125 border=0 cellspacing=0 cellpadding=0>
<tr valign=top align=left>
...
suchen. Hier wird die Tabelle aufgebaut.
Comment 1•22 years ago
|
||
I can confirm this bug in a 20020626 trunk build, but only after hitting the
reload button. This is on Linux, so setting OS=all (was reported with WinXP),
reassigning to some table rendering component.
Translated description is as follows:
The main table of the page (is rendered in quirks mode) is set to width=780 but
it gets layed out much wider, as the seperator image that should be below the
main image gets rendered next to the image, and so does all of the other text as
well.
Reporter says that Netscape 4.x, IE, and Opera don't show that behaviour.
Steps to Reproduce:
1.Load page of this bug's URL: http://www.bautenserie1948.de/00005.html
2.eventueally click reload
3.page is shown too wide
A very strange thing: When I visit this page first, I always see it as it should
look. When I hit reload, it gets "damaged". When I hit Shift+Reload, it gets
shown correctly again.
Assignee: kairo → karnaze
Component: German-Austria/de-AT → HTMLTables
OS: Windows XP → All
Product: Browser Localizations → Browser
QA Contact: Sebastian → amar
Summary: die tabellen werden falsch formatiert wieder gegeben → table is shown too wide after reload
Version: unspecified → other
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 2•22 years ago
|
||
worksforme moz2003030408/win98
Comment 3•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
QA Contact: amar → madhur
Target Milestone: Future → ---
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 4•21 years ago
|
||
sent mail to reporter on 2003/04/02
> reporter (Stefan Schorn), can you still reproduce the bug w/ a current build?
no response -> wfm
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Comment 5•21 years ago
|
||
reporter respond by e-maiL:
> sorry didn't recoognize your email before (to much spam).
> The testpage changed, so i can't reproduce the bug now.
>
> But on the same site there is another bug to see.
>
> http://www.bautenserie1948.de/00013.html
>
> The pictures should be 2 in a row. The place in the table is big
> enough. each pictures has 300 pixel (together 600) and the table
> space is 760 (table width) minus 125 (selction bar) = 635 pixel
> for the pictures.
>
> Tested with:
>
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030529
>
> Sorry for the answer delay
The url might be a parser bug (table code mal-formed). please open a new bug for it
verify this bug
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•