Changeset 6940 for branches


Ignore:
Timestamp:
08/03/12 17:35:57 (12 years ago)
Author:
eduardow
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/js/draw_api.js

    r6938 r6940  
    38453845                 */ 
    38463846                these.data('is_open') ? setTimeout(makeBoxMail,250) : makeBoxMail(); 
     3847 
     3848                setTimeout(makeBoxMail,250);  
    38473849        }) 
    38483850        //AO COLAR UM TEXTO NO CAMPO 
     
    41144116                                        $(ul).find("li:last").remove(); 
    41154117                                } 
     4118                                $(ul).scroll(function(){  
     4119                            canMakeBox = false;  
     4120                    });  
    41164121                        } 
    41174122                }); 
     
    42184223                click = true; 
    42194224                fastSearch = true; 
     4225                canMakeBox = false;  
    42204226                if(!$(":focus").hasClass("new-message-input")) 
    42214227                        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.