Side navigation
#1399 closed bug (invalid)
Opened July 15, 2007 04:16PM UTC
Closed September 18, 2007 02:08PM UTC
Can't set -webkit style properties
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.css() is currently such that if you try to set a -webkit property (or, assumedly, a -moz property) that it doesn't work.
Attachments (0)
Change History (2)
Changed July 15, 2007 04:16PM UTC by comment:1
need: | Review → Test Case |
---|
Changed September 18, 2007 02:08PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
Remember that if you are using an object to set the properties that you will need to put the key as a string.
$(...).css({ "-moz-property": value, "-webkit-property": value });
Please feel free to reopen with a test case if it still doesn't work.