Changeset 6927 for trunk


Ignore:
Timestamp:
08/03/12 11:33:07 (12 years ago)
Author:
gustavo
Message:

Ticket #2992 - Inconsistencia na barra de rolagem dos contatos dinamicos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r6926 r6927  
    38543854                        fastSearch = false; 
    38553855                } 
    3856                  
    3857                 /* 
    3858                  ** Verifica se o dynamic contact esta aberto ou fechado, caso esteja aberto,  
    3859                  ** demora 250 millisegundos para executar a função makeBoxMail. 
    3860                  */ 
    3861                 these.data('is_open') ? setTimeout(makeBoxMail,250) : makeBoxMail(); 
     3856 
     3857                setTimeout(makeBoxMail,250); 
    38623858        }) 
    38633859        //AO COLAR UM TEXTO NO CAMPO 
     
    41294125                                        $(ul).find("li:last").remove(); 
    41304126                                } 
     4127                                $(ul).scroll(function(){ 
     4128                                        canMakeBox = false; 
     4129                                }); 
    41314130                        } 
    41324131                }); 
     
    42334232                click = true; 
    42344233                fastSearch = true; 
     4234                canMakeBox = false; 
    42354235                if(!$(":focus").hasClass("new-message-input")) 
    42364236                        emQuickSearch(($(this).parents("tr:first").find("input").val() ? $(this).parents("tr:first").find("input").val() : input_search), "."+$(this).parents("tr:first").attr('class').split("-")[0], ID, undefined, true); 
Note: See TracChangeset for help on using the changeset viewer.