Open
Bug 361192
Opened 19 years ago
Updated 3 years ago
high cpu usage for moving div inside fixed positioned div
Categories
(Core :: Layout, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: hschaeks, Unassigned)
Details
Attachments
(3 files)
User-Agent: Opera/9.00 (X11; Linux i686; U; en)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061118 Minefield/3.0a1
I have reduced the page(s) I found this issue on to just a few divs. One has position:fixed and contains another that is moved by javascript and some other elements that seem to 'enhance' the problem. In my real life situation there where more elements, making matters even worse. There is a very significant difference in CPU usage depending on the 'position: fixed' style of the outer div. Remove it and the usage is moderate. Apply it and the CPU usages is much too high.
Reproducible: Always
Steps to Reproduce:
1.Open the page (including stylesheet and javascript) that I will attach
2.
3.
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
| Reporter | ||
Comment 3•19 years ago
|
||
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•