Side navigation
#13325 closed bug (duplicate)
Opened January 25, 2013 05:28AM UTC
Closed January 25, 2013 02:49PM UTC
animate input with padding bug
Reported by: | james.kleeh@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
So calling .animate({width: x}) on inputs with left or right padding, or .animate({height: x}) on inputs with top or bottom padding causes the animation to "jump". This is new for jQuery 1.9 and I have tested it on Firefox and Chrome and the issue is the same. I also tested it with 2.0 and it still occurs.
This is happening on Windows 7.
Here is a fiddle with the issue reproduced: Win 7 chrome or FF (possibly IE as well)
http://jsfiddle.net/cGcuJ/