Closed Bug 12298 Opened 25 years ago Closed 25 years ago

[dogfood] screwed up rendering at bottom of large page

Categories

(Core Graveyard :: GFX, defect, P3)

x86
Linux

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 2564

People

(Reporter: shaver, Assigned: ramiro)

References

()

Details

Attachments

(1 file)

I get doubled text and chrome rendered in the content area, if I scroll down
below about line 2420 on that page (2440 on
http://lxr.mozilla.org/seamonkey/source/xpcom/components/nsComponentManager.cpp).

(Ignore the layout assertions, I've already filed 12297 about that.)

BTW, what component should this have been filed under?
Status: NEW → ASSIGNED
Target Milestone: M11
Changed URL, marking assigned, m11.

I see the bug, the problem is that the arguments to XFillRectangle()
(gdk_draw_rectangle() actually) are overflowing at -(2^15) and +(2^16) cause of
the 'unsigned int' limit of x windows.

So, im going to add some code to clamp all arugments to X lib functions.
petersen, is this Linux specific?
*** Bug 12436 has been marked as a duplicate of this bug. ***
I'm not Petersen, but this doesn't happen on Mac or Windows.
*** Bug 12610 has been marked as a duplicate of this bug. ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Marking dup of 2564

*** This bug has been marked as a duplicate of 2564 ***
Agreed. This is a duplicate of 2564.
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: