Bug Tracker

Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#853 closed bug (fixed)

jQuery not assigning font-weight properly

Reported by: jeffkretz@… Owned by:
Priority: minor Milestone: 1.1
Component: core Version: 1.1
Keywords: css Cc:
Blocked by: Blocking:

Description

jQuery(element).css("font-weight",400);

this line does not work, as the default jQuery handling takes a number, and adds "px" to the end of it. I can manually handle this by using "400" or "bold", but otherwise an exception will be thrown.

JK

Change History (1)

comment:1 Changed 17 years ago by john

Component: ajaxcore
Resolution: fixed
Status: newclosed
Version: 1.1

Fixed in SVN.

Note: See TracTickets for help on using tickets.