#11063 closed bug (wontfix)
.css('background-image') method is not fully normalized across webkit vs ff.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | css | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
doing a console.log shows that webkit returns the url value without quotes i.e. url(value). while FF's Gecko returns -> url("value"). if your testing against the returned value you need to code extra to account for this across the browsers. using version 1.7.1
Change History (2)
comment:1 Changed 11 years ago by
Component: | unfiled → css |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
comment:2 Changed 10 years ago by
Is my understanding that one jquery's purposes is to flatten out the differences in the underlying implementations. Why you suddenly decided that its too hard to do this and let the users do it, is beyond me.
I got bit by this bug, so i made a fiddle demostrating it. http://jsfiddle.net/tDdS7/
Try it on Firefox, then Chrome.
Note: See
TracTickets for help on using
tickets.
This is why provide easily extended hooks on
jQuery.cssHooks