Side navigation
#11063 closed bug (wontfix)
Opened December 20, 2011 01:33AM UTC
Closed December 20, 2011 03:24AM UTC
Last modified May 20, 2013 08:04PM UTC
.css('background-image') method is not fully normalized across webkit vs ff.
Reported by: | lee.cardona@gmail.com | 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
Attachments (0)
Change History (2)
Changed December 20, 2011 03:24AM UTC by comment:1
component: | unfiled → css |
---|---|
priority: | undecided → low |
resolution: | → wontfix |
status: | new → closed |
Changed May 20, 2013 08:04PM UTC by comment:2
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.
Try it on Firefox, then Chrome.
This is why provide easily extended hooks on
jQuery.cssHooks