Closed
Bug 133105
Opened 24 years ago
Closed 23 years ago
Major Slowdown when moving a object's style.left etc. and using style.position = "absolute"
Categories
(Core Graveyard :: GFX, defect, P1)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: michael, Assigned: kmcclusk)
References
()
Details
(Keywords: perf, qawanted, testcase)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.9) Gecko/20020311
BuildID:
Major slowdown when moving a object's style.left etc. and using style.position =
"absolute". I've set up a test page http://www.michaelbystrom.com/test/ this
will show the diffrence using "absolute" and "relative"
Reproducible: Always
Steps to Reproduce:
1.Look at my test case http://www.michaelbystrom.com/test/
2.
3.
Updated•24 years ago
|
Whiteboard: DUPEME
Comment 2•24 years ago
|
||
I suspect this is a compositor problem.
Assignee: jst → kmcclusk
Status: UNCONFIRMED → NEW
Component: DOM Style → GFX Compositor
Ever confirmed: true
Keywords: qawanted
QA Contact: ian → petersen
| Assignee | ||
Updated•24 years ago
|
Priority: -- → P1
Target Milestone: --- → Future
Comment 3•24 years ago
|
||
Is this related to Sam's comment "The mozilla osx port would need use a native
(asm or compiler) fastram PRLock implementation, not an PRLock that uses
operating system api lock/unlock."
| Reporter | ||
Comment 4•23 years ago
|
||
MAJOR Improvments in 1.1a.
All my tests and javascript widgets a working much faster now, how about PC
Was this a REAL code fix or was it married to another fix
If so this bug could be closed!!
Updated•23 years ago
|
Keywords: mozilla1.1
Comment 5•23 years ago
|
||
Testcase no longer exists :/
Has anyone made a backup somewhere?
| Reporter | ||
Comment 6•23 years ago
|
||
Sorry I moved to a new server and lost some stuff!
The test case is now there again
Comment 7•23 years ago
|
||
Reporter,
So has this bug been resolved for you ?
| Reporter | ||
Comment 8•23 years ago
|
||
Yes!
It looks like it's been resolved in Mozilla 1.1b
Comment 9•23 years ago
|
||
michael, could you please verify with a recent trunk build - just for
verification.
Comment 11•23 years ago
|
||
Verified in build 2003042508 on Mac OS X 10.2.5 : I can't see a difference
between absolute and relative positioning.
(on my 300 MHz iBook, the loop executes in 0.177 seconds btw)
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•