Bug Tracker

Modify

Ticket #7638 (closed bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

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:1 Changed 2 years ago by tbicr.by@…

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

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:

 http://jsfiddle.net/HRuKA/

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:6 Changed 2 years ago by jitter

#7638 is a duplicate of this ticket.

comment:7 Changed 2 years ago by jitter

Duplicate of #7638.

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.