Ticket #7638 (closed bug: duplicate)
Incorrect animate behaviour in WebKit
| Reported by: | tbicr.by@… | Owned by: | tbicr.by@… |
|---|---|---|---|
| Priority: | low | Milestone: | 1.5 |
| Component: | effects | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hi!
I use jQuery animation as following:
selector.animate({top: '-=' + pageHeight}, time, callback); selector.animate({ 'margin-left': '-=' + windowWidth }, time, callback);
In InternetExplorer, FireFox everything is all right. In Google Chrome when zoom equals 100% all right too, but when set other zoom (not equal 100%), animation occurs in spurts and in result 'top' and 'margin-left' values set incorrect (proportional zoom-level).
Chrome version 7.0.517.44
Change History
comment:2 Changed 2 years ago by jitter
- Owner set to tbicr.by@…
- Status changed from new to pending
Thanks for taking the time to contribute to the jQuery project by writing a bug report!
Please submit a reduced test case, which reproduces the issue you are experiencing, on http://jsfiddle.net. So that we can investigate this issue further.
comment:3 Changed 2 years ago by tbicr.by@…
- Status changed from pending to new
See example:
Try to zoom in and click some times up/down buttons in Chrome browser And compare results using Firefox or Chrome when zoom is 100%
comment:4 Changed 2 years ago by tbicr.by@…
Most likely it depends on incorrect work function $(selector).css(name) in chrome when zoom isn't 100%
comment:5 Changed 2 years ago by jitter
- Priority changed from undecided to low
- Resolution set to duplicate
- Status changed from new to closed
- Component changed from unfiled to effects
comment:8 Changed 2 years ago by jitter
- Status changed from closed to reopened
- Resolution duplicate deleted
comment:9 Changed 2 years ago by jitter
- Status changed from reopened to closed
- Resolution set to duplicate
comment:10 Changed 2 years ago by jitter
Duplicate of #5565.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Hi!
I use jQuery animation as following:
selector.animate({top: '-=' + pageHeight}, time, callback); selector.animate({ 'margin-left': '-=' + windowWidth }, time, callback);
In InternetExplorer, FireFox everything is all right. In Google Chrome when zoom equals 100% all right too, but when set other zoom (not equal 100%), animation occurs in spurts and in result 'top' and 'margin-left' values set incorrect (proportional zoom-level).
Chrome version 7.0.517.44