Closed
Bug 295027
Opened 20 years ago
Closed 18 years ago
Marquee with resized images uses 99% CPU time
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: danigri, Unassigned)
References
()
Details
(Keywords: perf, testcase)
Attachments
(1 file)
|
1.15 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050514 Firefox/1.0.3 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050514 Firefox/1.0.3 Any page with a Marquee with Images in it makes CPU Load grow to 75% or more. The Images don't run as they were suposed to, they break once in a while. Reproducible: Always Steps to Reproduce: 1. open a page with images in a marquee tag 2. 3. Actual Results: CPU Load up to 75%, and the Images don't run as they were suposed to, they break once in a while. Expected Results: CPU normal Load and marquee normal scroll with images.
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050521 Firefox/1.0+ ID:2005052104 Sort of minimized testcase. Again, can't get it to validate because it uses <marquee> so I don't know what doctype to use. Anyway, the problem here isn't the fact that there are images in the marquee, it's that the images inside the marquee are all resized with "width=120 height=120". If you remove the "width=120 height=120" from the five pictures, they all scroll fine with minimal CPU usage; so I guess the CPU cycles are being eaten up by constantly resizing the images everytime the marquee is redrawn.
Updated•20 years ago
|
Summary: Marquee with Images CPU Load goes crazy → Marquee with resized images uses 99% CPU time
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Comment 2•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050519 Firefox/1.0+ ID:2005051922 testcase WFM (low load) url=100% mem usage
Updated•19 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → Trunk
Comment 3•18 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a5pre) Gecko/20070522 Minefield/3.0a5pre This is WFM, too. ->WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•