Bug Tracker

Ticket #1399 (closed bug: invalid)

Opened 1 year ago

Last modified 1 year ago

Can't set -webkit style properties

Reported by: john Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.4 Component: core
Version: 1.1.3 Keywords:
Cc: Needs: Test Case

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

Change History

Changed 1 year ago by john

  • need changed from Review to Test Case

Changed 1 year 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.

Note: See TracTickets for help on using tickets.