Closed
Bug 764293
Opened 13 years ago
Closed 9 years ago
rendering optimization stutter while moving positioned elements
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: chrome, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.56 Safari/536.5
Steps to reproduce:
moving positioned element via mouse-events
Actual results:
optimization eats display of "steps", extreme "stutter"
Expected results:
visual feedback of move
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Updated•13 years ago
|
Severity: normal → major
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Comment 1•13 years ago
|
||
seems to be anything mouse-event driven....
Reporter | ||
Comment 2•13 years ago
|
||
Fixed an issue in my project (see URL). Crashed FF. Issue is still remaining. Btw. Safari for Windows featured the same issue, some time ago. They were able to find an accurate optimization-tick. Imho it's just better not to optimize via mouse-events and run-times, i think it's completely useless...
Reporter | ||
Comment 3•13 years ago
|
||
errh... stutter is still remaining... the issue in my project may have hidden this in first place...
Comment 4•11 years ago
|
||
Does this still reproduce for you when using a current version?
Flags: needinfo?(chrome)
Reporter | ||
Comment 5•11 years ago
|
||
It's still somewhat slow on my machine i.e. not smooth like in chrome. But its more or less the same like in safari, IE lies in between... It's a don't care issue, as it is not the worst thing in the world, i guess... maybe it can't be done faster with current engine...
If you try to reproduce it, there is a checkbox in "Debug" window on the right. "Settings" Menu -> hide object content on move. You can pop out objects (windows) by clicking on a 2 square icon...
Flags: needinfo?(chrome)
Comment 6•9 years ago
|
||
User Agent Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0
Version 46.0a1
Build ID 20160112030207
Channel nightly
Thank you for taking time to report this.
Are you still able to reproduce this in the latest version ? Can you give test page for this ? The older url (given above) is not working for me.Thanks again!
Component: Untriaged → Event Handling
Flags: needinfo?(chrome)
Product: Firefox → Core
Comment 7•9 years ago
|
||
Closing this as incomplete due to lack response from the reporter.
Feel free to reopen the bug if it reproduces in the latest versions. Thanks
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Updated•8 years ago
|
Flags: needinfo?(chrome)
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•