Closed
Bug 8407
Opened 25 years ago
Closed 25 years ago
Performance issue with body background and framesets
Categories
(Core Graveyard :: GFX, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cpratt, Assigned: beard)
References
Details
(Whiteboard: [Perf])
Build ID: 1999061708
Platform: Windows NT
To reproduce:
- Launch apprunner
- Load http://schist/marmot6.html - this page contains the following HTML:
<body background="mariside.gif">
- In the URL control, type http://theonion.com
- Note that parts of the Onion have the background from marmot6.html in them.
Apparently the problem is that the Onion is taking incredibly long to render
correctly - it can take a very long time for the background from marmot6.html to
disappear and be replaced by the green background specified by the Onion.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•25 years ago
|
||
An even simpler demonstration of this is had by going to the page, and then
moving back to the bug report. You'll see the form controls draw in first, and
then the background. This is a fundamental design problem with the compositor
which images everything separately in its own piece of an offscreen buffer,
rather than imaging once in a single large enough buffer and doing a single blit.
Comment 2•25 years ago
|
||
With the latest NECKO build 1999080408 on Win98, this problem seems to no longer
occur.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: WORKSFORME → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•