Side navigation
#5026 closed bug (invalid)
Opened August 09, 2009 10:07AM UTC
Closed August 09, 2009 02:08PM UTC
Animate gives error on color grey
Reported by: | Manuel | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | effects | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Javascript:
$("#id").animate({
color: "green" Still works
}, 3000).text("new text").animate({
color: "grey" Fatal error
});
Error screen (Firebug):
Attachments (0)
Change History (1)
Changed August 09, 2009 02:08PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
It's gray, not grey. Also, when submitting bug reports please submit the code of an actual test case using the non-minimized version of jQuery.