[Webkit-unassigned] [Bug 96489] Dynamically switching background-size doesn't work correctly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 12 14:38:05 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96489
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com> 2012-09-12 14:38:31 PST ---
Your JS is wrong in the fiddle:
document.getElementById(divJS).style.backgroundSize = "cover";
should be
document.getElementById('divJS').style.backgroundSize = "cover";
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list