Closed
Bug 517806
Opened 16 years ago
Closed 2 years ago
Javascript scollbar wave demo slower than Safari
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jbalogh, Unassigned)
References
()
Details
(Keywords: perf)
Smooth js animation in Safari (and apparently Chrome), chunky and slow in Namaroka. http://www.the389.com/works/scrollbars/?anyway
Updated•16 years ago
|
Assignee: general → nobody
Component: JavaScript Engine → DOM
Keywords: perf
QA Contact: general → general
Comment 1•16 years ago
|
||
So this is 50% reflow, 35% painting, about 10% js execution.... It doesn't help that the script is braindead (flushes reflow on every single set() call).
Comment 2•14 years ago
|
||
Still very slow on current trunk.
Comment 3•8 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
Comment 5•2 years ago
|
||
Link does not work. Closing this.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•