Side navigation
#5588 closed bug (worksforme)
Opened December 03, 2009 12:12PM UTC
Closed December 10, 2009 06:28AM UTC
Last modified March 15, 2012 10:35AM UTC
Assigning negative height or width in animation causes IE to throw an error
Reported by: | stickmus | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | effects | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you try to assign a negative height or width for an animation IE throws an error, which then breaks future animations for that dom element. See test page here:
Is it ever okay to set negative height/width? This sounds like a programming error. jQuery doesn't try to validate all the inputs it's given, that would take quite a bit of code.