Side navigation
#853 closed bug (fixed)
Opened January 20, 2007 12:50AM UTC
Closed January 20, 2007 04:19AM UTC
Last modified June 19, 2007 09:40AM UTC
jQuery not assigning font-weight properly
| Reported by: | jeffkretz@hotmail.co | 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
Attachments (0)
Change History (1)
Changed January 20, 2007 04:19AM UTC by comment:1
| component: | ajax → core |
|---|---|
| resolution: | → fixed |
| status: | new → closed |
| version: | → 1.1 |
Fixed in SVN.