Closed
Bug 81678
Opened 24 years ago
Closed 23 years ago
portion on top of page gets cut when viewed
Categories
(Core :: Layout, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 171830
Future
People
(Reporter: shrir, Assigned: alexsavulov)
Details
(Keywords: testcase)
Attachments
(2 files)
NT build 20010517
steps:
go to this page above
observe that there is a white space in between the advertisement banner on top
right and the text with yellow background.
actually this was appearing much worse in debug build..hmm
Comment 3•24 years ago
|
||
The problem seems to be a bogus <link> tag (no quotes around attributes, no
type) that is used to link the style sheet that makes the fonts tiny enough to
fit in the table cells.
Shouldn't this be evang? (The problem occurs in IE 5.1 Pre on Mac OS X also...)
![]() |
Assignee | |
Comment 4•24 years ago
|
||
![]() |
Assignee | |
Comment 5•24 years ago
|
||
attachment 46006 [details] contains the reduced test case that causes the gaps to appear
in the layout. the javascript code is needed to reproduce.
What is going on (explanation):
There are 3 <span> elements all having the same name and same id.
At the beginning the first one is visible, while the subsequent aren't.
(they have the style="display:none" set)
after the table is loaded, the function cov_MarqStart is called and
the ticker starts to change the style:
aCms[iMarqOld].style.display="none";
aCms[iMarqCur].style.display="";
after few ticks the span that gets hidden do not disapear anymore.
Another problem on this page is the text size. If you decrease it from your
"view" menu you will reduce gaps like the one seen underneath the horse/man
image in the attachment 35282 [details]
![]() |
Assignee | |
Comment 6•24 years ago
|
||
in the previous comment with "this page" i meant www.msnbc.com
![]() |
||
Updated•24 years ago
|
![]() |
||
Comment 8•24 years ago
|
||
In the testcase, the cell's block shows all 3 spans. -->attinasi
Target Milestone: mozilla0.9.6 → ---
![]() |
||
Comment 10•24 years ago
|
||
www.msnbc.com page has changed and I no longer see the problem there so removing
the top100 keyword and the URL.
![]() |
||
Comment 11•24 years ago
|
||
Moving Mozilla 1.01 bugs to 'future' milestone with priority P1
I will be pulling bugs from 'future' milestones when scheduling later work.
Priority: -- → P1
Target Milestone: mozilla1.0.1 → Future
Comment 12•23 years ago
|
||
Confirming the site has been changed so I can no longer reproduced it. Shrirang,
I wonder if we should mark this bug as works for me.
![]() |
Reporter | |
Comment 13•23 years ago
|
||
how about alex's testcase, it still shows the gaps in it? I agree the page is
changed now...
Comment 14•23 years ago
|
||
Opps.. Yes, I see it in the testcase still.
![]() |
Assignee | |
Comment 15•23 years ago
|
||
ok, since marc is not here anymore....
![]() |
Assignee | |
Comment 16•23 years ago
|
||
ok, since marc is not here anymore....
Assignee: attinasi → alexsavulov
Fixed between 2003-03-06-08 and 2003-03-07-08.
*** This bug has been marked as a duplicate of 171830 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•