Ignore:
Timestamp:
Nov 30, 2010, 9:01:46 AM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix bug cl_conflit/autosize

Location:
extensions/Autosize/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/Affiche_script.js

    r7934 r7943  
    390390
    391391                         //=========================================================
    392                          img_reelle.height = img_height  ;
     392                         img_reelle.height = img_height;
    393393                         img_reelle.width = Zone_Affichage.width;
    394394
     
    665665
    666666                 //================ Zone affichage =========================
    667                  //  Image_height, Image_width = valeur a atteindre.
     667 
    668668                 if (theme.match(RegExp("luciano", "g"))) {
    669669                     //---- information en dehors du cadre
    670                      //   Zone_Affichage.height -= Bandeau_bas.height - 20;
    671670                     jQuery(Cadre).height(Zone_Affichage.height -= Bandeau_bas.height);
    672 
    673671                 }
    674672
     
    877875                     jQuery("#Debug5").css({ background: "transparent",
    878876                         border: "red solid 2px",
    879 
     877                         top: info_frame.top + "px",
    880878                         left: info_frame.left + "px",
    881879                         width: info_frame.width + "px",
  • extensions/Autosize/js/conflit.js

    r7931 r7943  
    119119
    120120    } else if (retour.match(RegExp("luciano", "gi"))) {
    121         $1 = $_;
     121         
    122122
    123123        ret_element = jQuery().$Luciano(element, nc);
     
    417417            }
    418418            //======================
     419            //? bubble 
     420            Expression = new RegExp("\\$", "gi")
     421            if (fn.match(Expression)) {
     422                if (fn.match(RegExp("rateForm", "gi"))) {
     423
     424                    states.push('Luciano');
     425                    break;
     426                }
     427            }
     428            // "window.fireEvent('domready')"
     429            Expression = new RegExp("window.fireEvent", "gi")
     430            if (fn.match(Expression)) {  //luciano
     431                // "window.fireEvent('domready')"
     432                Expression = new RegExp("window.fireEvent..domready..", "gi")
     433                if (fn.match(Expression)) {
     434                    states.push('Luciano');
     435                    break;
     436                }
     437            }
     438            if (fn.match(RegExp("(splat|buildFrameWork|photoNext)", "gi"))) {  //luciano
     439
     440                states.push('Luciano');
     441                break;
     442            }
     443            //======================
    419444            if (fn.match(RegExp("_footer|ie_ready|makeDraggable|droppables", "gi"))) {
    420445
     
    444469                break;
    445470            }
    446             //? bubble 
    447             Expression = new RegExp("\\$", "gi")
    448             if (fn.match(Expression)) {
    449                 if (fn.match(RegExp("rateForm", "gi"))) {
    450 
    451                     states.push('Luciano');
    452                     break;
    453                 }
    454             }
    455             // "window.fireEvent('domready')"
    456             Expression = new RegExp("window.fireEvent", "gi")
    457             if (fn.match(Expression)) {  //luciano
    458                 // "window.fireEvent('domready')"
    459                 Expression = new RegExp("window.fireEvent..domready..", "gi")
    460                 if (fn.match(Expression)) {
    461                     states.push('Luciano');
    462                     break;
    463                 }
    464             }
    465             if (fn.match(RegExp("(splat|buildFrameWork|photoNext)", "gi"))) {  //luciano
    466 
    467                 states.push('Luciano');
    468                 break;
    469             }
     471
    470472
    471473            if (all_functions.length > 50)
     
    555557})(jQuery);
    556558
    557 
     559 
     560 
     561$_0= $;
    558562function $(element, nc0) {
    559563    a = conflit(element, nc0);
     
    583587    }
    584588}
     589 
     590
    585591$_ = $;
    586592function save_framework(page) {
     
    591597    }
    592598   
    593     $_ = $;
     599    $_2 = $;
    594600    return
    595601
Note: See TracChangeset for help on using the changeset viewer.