Bug Tracker

Modify

Ticket #1399 (closed bug: invalid)

Opened 6 years ago

Last modified 6 years ago

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:1 Changed 6 years ago by john

  • need changed from Review to Test Case

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.