Bug Tracker

Changeset 2430

Show
Ignore:
Timestamp:
07/20/07 22:47:21 (1 year ago)
Author:
jeresig
Message:

Safari doesn't return the correct computed opacity. (Fix for bug #1369)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/src/jquery/jquery.js

    r2428 r2430  
    14711471                    ret = c && c.getPropertyValue(prop) || ""; 
    14721472                }); 
     1473 
     1474            if ( prop == "opacity" && ret == "" ) 
     1475                ret = "1"; 
    14731476 
    14741477        } else if (elem.currentStyle) {