Plugin Directory

Changeset 612358


Ignore:
Timestamp:
10/14/2012 06:41:30 PM (13 years ago)
Author:
codeblab
Message:

Testing fix for IE9 problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • glass/trunk/glass.js

    r612354 r612358  
    573573        my.bboxLeft   = absoluteX;
    574574        my.bboxTop    = absoluteY;
    575         my.bboxRight  = imageX +  clientWidth;
    576         my.bboxBottom = imageY +  clientHeight;
    577 
    578         my.lowres.trueWidth  =  clientWidth; //  - paddingLeft - paddingRight - borderLeft - borderRight;
    579         my.lowres.trueHeight =  clientHeight; // - paddingTop  - paddingBottom - borderTop - borderBottom;
     575        my.bboxRight  = imageX + clientWidth;
     576        my.bboxBottom = imageY + clientHeight;
     577
     578        my.lowres.trueWidth  =  clientWidth - paddingLeft - paddingRight;
     579        my.lowres.trueHeight =  clientHeight - paddingTop - paddingBottom;
    580580
    581581      }
Note: See TracChangeset for help on using the changeset viewer.