Closed
Bug 160774
Opened 23 years ago
Closed 23 years ago
Wrongly generated page, texts overlays each other
Categories
(Tech Evangelism Graveyard :: Polish, defect, P4)
Tech Evangelism Graveyard
Polish
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: techno, Assigned: piskozub)
References
(
URL
)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020605
BuildID: 2002060513
On this page under the Article Topic/name there's the date|autor name field
which lands under the title if it's 2 lines long.
It shoudl be clearly visible, as it is in the middle of the page.
Reproducible: Always
Steps to Reproduce:
1.Open the page
2.Observe
Actual Results: Article/news topic overlays date|author if it's 2 or more lines
long
Expected Results: date|autor data lying directly benath the title - checked on
M$IE (before switching to Mozilla, but there were no visible changes to the page
layout)
Comment 1•23 years ago
|
||
this is WFM unless I increase my font size (at least at the primary URL)
the author/title is in a div that has the following CSS attributes:
.NewsTytul { font-weight: bold; font-family: tahoma, Arial, Helvetica,
sans-serif; font-size: 14px; text-decoration: none; text-align: justify; height:
18px;}
the height is specified as 18px, so the next element (the date, etc) go below
the 18px. The problem is that the author title (when it's 2 lines) exceeds
18px, so they overlap.
Mozilla's behavior here is correct. The page would look fine if the CSS height
was not specified. If they still want to have control over the spacing there,
there are plenty of other more appropriate CSS attributes to play with.
==> Evang
Assignee: attinasi → piskozub
Status: UNCONFIRMED → NEW
Component: Layout → Europe: Central
Ever confirmed: true
OS: Linux → All
Product: Browser → Tech Evangelism
QA Contact: petersen → pali
Hardware: PC → All
Version: other → unspecified
| Assignee | ||
Comment 2•23 years ago
|
||
Accepting.
Status: NEW → ASSIGNED
Priority: -- → P4
Target Milestone: --- → Aug
| Assignee | ||
Comment 3•23 years ago
|
||
I do not see this bug any more (even with text zoom increased to 150%). Marking
WORKSFORME.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Target Milestone: Aug → ---
| Reporter | ||
Comment 4•23 years ago
|
||
I belive they responden to my e-mail conserning they page.
| Assignee | ||
Comment 5•23 years ago
|
||
Thanks, Piotr!
If you agree that the site is fixed, plase mark the page as VERIFIED.
| Reporter | ||
Comment 6•23 years ago
|
||
the page looks fine here too, they corrected the error.
ps. IE-wrong-standards-interpretation intended pages ar a BOO BOO ;)
Status: RESOLVED → VERIFIED
Updated•11 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
•