Side navigation
#7376 closed bug (worksforme)
Opened November 02, 2010 09:36AM UTC
Closed December 01, 2010 04:46PM UTC
Setting backgroundColor with .css in 1.4.3
Reported by: | michael@intrigo.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Noticed a Div stopped changing colors when I upgraded jQuery today. This did work prior (with 1.4.2)
Setting $("div").css("backgroundColor", "red") doesn't work if the css for the same element has
div {
background:white;
}
By changing the css manipulator from backgroundColor to background, div background was successfully manipulated.
Attachments (0)
Change History (4)
Changed November 02, 2010 12:35PM UTC by comment:1
_comment0: | I can't reproduce this. [http://www.jsfiddle.net/jitter/Uy2TW/ test case]. \ \ Please provide a minimal test case which shows your problem on http://www.jsfiddle.net → 1288701361610442 |
---|
Changed November 02, 2010 06:09PM UTC by comment:2
owner: | → michael@intrigo.com |
---|---|
status: | new → pending |
Changed December 01, 2010 04:45PM UTC by comment:3
owner: | michael@intrigo.com |
---|---|
status: | pending → new |
Changed December 01, 2010 04:46PM UTC by comment:4
resolution: | → worksforme |
---|---|
status: | new → closed |
No test case was provided. Closing. Feel free to reopen with a reproducible test case.
I can't reproduce this. test case.
Please provide a minimal test case on http://www.jsfiddle.net which shows your problem