Closed Bug 227118 Opened 21 years ago Closed 21 years ago

Marquee incorrectly sized (Scrolling text at right side of page overlaps text in box below it.)

Categories

(Core :: Layout: Block and Inline, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 212490

People

(Reporter: epp, Unassigned)

References

()

Details

Attachments

(1 file)

User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007 On the above page, there is scrolling text on the right side of the page (Site News). In both the Windows and Linux versions of Mozilla 1.5, this scrolling text is overlapping regular, non-scrolling text that is below it (Bestsellers), in the same column. Internet Explorer 6 displays the same text correctly without overlapping. Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: Scrolling text should have remained in the box that is specified for it.
As far as I can tell, this comes from var height; if ((this.direction == "up") || (this.direction == "down")) { height = "200px"; this.outerDiv.style.height = height; } in chrome://xbl-marquee/content/xbl-marquee.xml#marquee But I've never looked at anything like this before... Confirming since it doesn't look like a bug in the site's code, which is <marquee direction="up" scrollAmount="3" style="width:115;height:135"> and since the DOM Inspector shows the marquee to have a computed height of 135px but the html:div inside of it (which I assume we use in making marquees) to have a computed height of 200px
Status: UNCONFIRMED → NEW
Ever confirmed: true
Attached file testcase?
Two marquees, scrolling up - one of them has the height set throught the height='150px', one throught style='height:150px;' This shows a bug, definetly - but is it the same one that was reported? In that, it seemed like the marquee was bigger than it should have been - in this, it appears shifted rather than incorrectly sized.
Assignee: general → block-and-inline
Component: Browser-General → Layout: Block & Inline
QA Contact: general → ian
Summary: Scrolling text at right side of page overlaps text in box below it. → Marquee incorrectly sized (Scrolling text at right side of page overlaps text in box below it.)
*** This bug has been marked as a duplicate of 212490 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: