Closed
Bug 94320
Opened 23 years ago
Closed 23 years ago
overlaping <hr>/<img>/text elements
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: martin.macok, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(9 files)
There are some $Summary on $URL. I followed bug 82946 which was fixed on most
pages but I still see it on this site.
(well, their javascript and html is really buggy, but I still think that it
should not be renderred with overlapping ... and from a user point of view
"works in IE and N4...", you know...)
(see bug 81211 for javascript mess... a bit relevant to this)
Comment 1•23 years ago
|
||
I dont see one bit of overlapping in that url on 0.9.3 release on linux
Please attach a screenshot
Moving to htmltables like the other bug for now.
Assignee: asa → karnaze
Component: Browser-General → HTMLTables
QA Contact: doronr → amar
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
Reporter | ||
Comment 4•23 years ago
|
||
Comment 5•23 years ago
|
||
Ok, i see #1 and #2, but #3 does not happen. Of course if if resize the window
and put it too small some overlapping of images MUST happen, but not the text
Again, this is linux 0.9.3
Reporter | ||
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
Comment 8•23 years ago
|
||
If you remove the (strict) DOCTYPE the URL and testcase works fine.
Reporter | ||
Comment 9•23 years ago
|
||
I found another overlapping site:
http://irssi.org/?page=documentation&doc=faq
Attaching screenshot.
(Current CVS trunk on Red Hat 7.1 Linux)
Reporter | ||
Comment 10•23 years ago
|
||
Comment 11•23 years ago
|
||
*** This bug has been marked as a duplicate of 84887 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 12•23 years ago
|
||
I think that bug 84887 is just a <hr> part of this bug but this bug is not just
about <hr> element...
What about attachment "overlapping text on irssi.org" and "pes.internet.cz
screenshot 3" ?
I'm attaching new screenshot of current 0.9.4 BRANCH (on current Red Hat Rawhide
Linux) how it does render some parts of pes.internet.cz site.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Reporter | ||
Comment 13•23 years ago
|
||
Reporter | ||
Comment 14•23 years ago
|
||
Comment 15•23 years ago
|
||
britneyspears.com also appears some overlapped text at the bottom
Comment 16•23 years ago
|
||
Since we seem to be listing sites that have this problem, I'll throw in
washingtonpost.com.
http://www.washingtonpost.com/wp-dyn/articles/A32717-2001Nov2.html
I've added an attatchment that shows the problem, in case the ad changes in the
future.
Comment 17•23 years ago
|
||
Comment 18•23 years ago
|
||
This really seems to workforme.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 19•23 years ago
|
||
I tried latests today nightly snapshot (trunk) and I still see PRE text of faq
overlapping right column on
http://irssi.org/index.php?page=documentation&doc=faq (shrink your window to
reproduce). (http://pes.internet.cz/ is better than it was before ...)
Should I reopen or file a new bug?
Comment 20•23 years ago
|
||
REOPEN. The testcase (attachment 45086 [details]) still exposes the bug.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 21•23 years ago
|
||
Ok... I fail to see a bug here:
1) <hr> is a block element. Read bug 84887. In strict mode, it _should_
overlap floating images. That bug covers the testcase in this bug.
2) <pre> text should not be wrapped. Thus it _will_ overlap things if the page
author does not provide sufficient space for it.
I'm re-resolving this bug as duplicate because it doesn't cover any issues that
are not already covered as far as I can tell. If it does, they should be filed
as separate, clear bugs. In particular, irssi.org could probably be evangelized
not to use <pre> text when all they really want is a monotype font.
*** This bug has been marked as a duplicate of 84887 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 22•23 years ago
|
||
> 2) <pre> text should not be wrapped. Thus it _will_ overlap things if the page
> author does not provide sufficient space for it.
Is overlapping more expected behaviour than horizontal scrollbar (when there is
not enough space to render <pre> text) ?
Comment 23•23 years ago
|
||
It is when the things being overlapped are floated. Please read the CSS2 spec
on float...
Reporter | ||
Comment 24•23 years ago
|
||
Reporter | ||
Comment 25•23 years ago
|
||
Is this overlapping caused by bad HTML/CSS code on http://www.blisty.cz/ or a
bug in Mozilla?
(M0.9.7 on Red Hat 7.2 Linux, and NS6.2.1 on Red Hat 7.2 Linux)
You need to log in
before you can comment on or make changes to this bug.
Description
•