Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 6 years ago by brandon
- Status changed from new to closed
- Resolution set to invalid
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
