Opened 16 years ago
Closed 16 years ago
#1399 closed bug (invalid)
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.
Change History (2)
comment:1 Changed 16 years ago by
need: | Review → Test Case |
---|
comment:2 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.