Closed
Bug 85046
Opened 24 years ago
Closed 24 years ago
Incorrectly rendered table.
Categories
(Tech Evangelism Graveyard :: Polish, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: michal, Assigned: piskozub)
References
()
Details
(Whiteboard: CentralEurope)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.19 i686; en-US; rv:0.9.1) Gecko/20010607
BuildID: 2001060713
Check: http://www.napistrefa.px.pl/n-eg.php
Under flags there should be country names abberivations (PL, EN). They are above
table.
Check: http://www.napistrefa.px.pl/
There should be no space between page header (I don't mean <header>) and it's
main part.
Reproducible: Always
Steps to Reproduce:
1. Go to the url.
2. Behold at it.
Actual Results: Country names abberivation above table.
Expected Results: Country names abberivation below apropriate flag.
Comment 1•24 years ago
|
||
It's because there are missing <td>'s in the table.
Like this:
<td width="29" height="3" ></td><a href="napisy/pl/edtv-pl.zip">PL</a></td>
<td width="31" height="3" ></td><a href="napisy/pl/edtv-pl.zip">EN</a></td>
Or this:
<td width="31" height="3" ></td>
<a href="napisy/en/edward_scissorhands-en.zip">EN</a>
<td width="33" height="3" ></td>
Invalid HTML. Evangelism?
Comment 2•24 years ago
|
||
->Evangelism and NEW.
Assignee: karnaze → bclary
Status: UNCONFIRMED → NEW
Component: HTMLTables → Evangelism
Ever confirmed: true
QA Contact: amar → zach
Updated•24 years ago
|
Priority: -- → P4
Comment 3•24 years ago
|
||
Arun, I'm giving you all the Linux bugs. If these bugs can be confirmed for
other OS's please (someone) change the Platform/OS to All/All and reassign to
the default Evangelism Component Owner.
Assignee: bclary → aruner
Comment 4•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 5•24 years ago
|
||
Arun, I am taking your Linux bugs minus banks. Hope you don't mind.
Assignee: aruner → bclary
Comment 6•24 years ago
|
||
-> Euro
Assignee: bclary → nitot
Component: US English → European
QA Contact: zach → momoi
| Assignee | ||
Updated•24 years ago
|
Whiteboard: CentralEurope
| Assignee | ||
Comment 7•24 years ago
|
||
-> CentralEurope
Assignee: nitot → piskozub
Component: European → Central Europe
QA Contact: momoi → pali
Comment 8•24 years ago
|
||
url seems down
| Assignee | ||
Comment 9•24 years ago
|
||
As the URL is down I mark this bug as FIXED.
Reporter (Michal): If the site changed its URL but still has the same problem,
please reopen.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
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
•