Closed
Bug 392856
Opened 18 years ago
Closed 16 years ago
allegro.pl - awkward rendering; page-bottom is unreadable; text escapes beyond border;
Categories
(Tech Evangelism Graveyard :: Polish, defect, P2)
Tech Evangelism Graveyard
Polish
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mkost, Unassigned)
References
()
Details
(Whiteboard: [havefix])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
First notice: I tried W3C authoring tool Amaya ver 9.55 - it renders page-bottom OK. It looks for me, that table pieces which should overlap are actually side-by-side, pulling text-box out of the border. And there is no possibility to scroll the window.
It should be mentioned, Amaya has some difficulties with start of the page, Firefox renders it OK. Microsoft's IE6 renders whole page OK. The page is taken from an auction service, page is fresh and will expire in some two months. The page has not simple structure and my (rather minor) knowledge is not sufficient to state broken page error.
Reproducible: Always
Steps to Reproduce:
1.Just open the page and look at the bottom of the page
2.
3.
Updated•18 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.8 Branch
Comment 1•18 years ago
|
||
From the page:
<td style="FLOAT: left; MARGIN-LEFT: 0px; TEXT-INDENT: 0px; POSITION: relative; TOP: 3px; TEXT-ALIGN: left" ...>
Specifying float:left makes the TD element display:block, not table-cell,
per rule 3 at http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo
The layout in Firefox is correct according to CSS 2.1.
Removing the float property from the style attribute should result
in the desired layout in all browsers as far as I know.
Removing the position property seems like a good idea too.
-> Tech Evang
Assignee: nobody → polish
Status: UNCONFIRMED → NEW
Component: Layout → Polish
Ever confirmed: true
OS: Windows XP → All
Product: Core → Tech Evangelism
QA Contact: layout → polish
Hardware: PC → All
Summary: awkward rendering; page-bottom is unreadable; text escapes beyond border; → allegro.pl - awkward rendering; page-bottom is unreadable; text escapes beyond border;
Whiteboard: [havefix]
Version: 1.8 Branch → unspecified
Updated•18 years ago
|
Priority: -- → P2
Comment 2•16 years ago
|
||
This auction item is gone from the allegro.pl site.
WONTFIX, as the page is gone.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
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
•