Ignore:
Timestamp:
Jun 9, 2011, 4:13:50 PM (13 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix bugs whith panorama

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/autosize.dimensions.js

    r10845 r11277  
    145145          Css = jQuery(elem).getStyles(elem);
    146146          myposition = Css.position.toString() || "";
    147          
     147
    148148
    149149          width = jQuery(elem).outerWidth();
     
    188188        }
    189189        if (elem == window) {
    190           Cl_Position = { Top: 0, Left: 0 };
     190          Cl_Position = { top: 0, left: 0 };
    191191        } else {
    192192          Cl_Position = jQuery(elem).d_position();
     
    218218    d_position: function () {
    219219      var left = 0, top = 0, elem = this[0], offset, parentOffset, offsetParent, results;
    220 
     220      l1 = jQuery(elem).css("left");
    221221      if (elem) {
    222222        offsetParent = this.offsetParent();
Note: See TracChangeset for help on using the changeset viewer.