Bug Tracker

Modify

Ticket #4212 (closed bug: worksforme)

Opened 4 years ago

Last modified 3 years ago

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:
Blocking: Blocked by:

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);

Change History

comment:1 Changed 4 years ago by niceWalker

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

comment:2 Changed 4 years ago by dmethvin

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.

comment:3 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to worksforme

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.