Closed Bug 50356 Opened 24 years ago Closed 22 years ago

Dynamic HTML running in a Mozilla window makes other apps unresponsive

Categories

(Core :: Layout, defect, P3)

PowerPC
Mac System 8.5
defect

Tracking

()

RESOLVED WONTFIX
Future

People

(Reporter: sfraser_bugs, Assigned: dcone)

References

()

Details

Running the above URL, which animates a <div> by moving it around the page, 
noticeably hurts performance in other applications -- typing is slow, loaing mail 
is slow etc.
Dividing up claytons bugs to triage.
Assignee: clayton → kmcclusk
The timeout interval is so small on this test case it animating as fast as
possible, spending all of it's time manipulating the DOM and rendering.

I think its a case of the timer callbacks having too high of a priority. We need
to let other events be processed while letting the timer callbacks fall behind.


Assignee: kmcclusk → waqar
Target Milestone: --- → Future
bulk reassigning Waqar's bugs to Don.
Assignee: waqar → dcone
The animated images in test 10 have the same effect; even scrolling that page is 
hard because animation seems to be taking priority over user events.
Mozilla CFM build is dead.
http://groups.google.com/groups?threadm=avkj4k%24ihs2%40ripley.netscape.com
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.