#7638 closed bug (duplicate)
Incorrect animate behaviour in WebKit
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | effects | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (13)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → 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 12 years ago by
Status: | pending → 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 12 years ago by
Most likely it depends on incorrect work function $(selector).css(name) in chrome when zoom isn't 100%
comment:5 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
comment:8 Changed 12 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:9 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
comment:11 Changed 10 years ago by
ok I have this same problem in webkit browsers (safari and chrome). Everything works fine until I zoom site.
this same example, because it shows everything. http://jsfiddle.net/HRuKA/
works fine in IE and MF.
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