Skip to main content

Bug Tracker

Side navigation

#4212 closed bug (worksforme)

Opened February 22, 2009 10:03PM UTC

Closed June 12, 2010 01:16PM UTC

if ( !jQuery.support.opacity && name == "opacity" ) // support object undifined

Reported by: niceWalker Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

There is a jQuery.support object undifined exception in jquery-1.3.2.js and jquery-1.3.2-vsdoc.js.

The jQuery-1.3.2.min.js works.

The bug can be test with: $xxxx.css('FontSize' , 12);

Attachments (0)
Change History (3)

Changed February 22, 2009 10:06PM UTC by niceWalker comment:1

Sorry: $xxxx.css('FontSize', 12); is $xxxx.css('fontSize', 12);

Changed October 14, 2009 03:07AM UTC by dmethvin comment:2

It looks like you mis-capitalized fontSize. I still don't get the error you mentioned with either FF3 or IE8 using that code. If it's spelled correctly the font size changes.

Changed June 12, 2010 01:16PM UTC by dmethvin comment:3

resolution: → worksforme
status: newclosed