Changeset 7138 for branches


Ignore:
Timestamp:
08/30/12 18:11:04 (12 years ago)
Author:
eduardow
Message:

Ticket #2909 - Redimensionamento dinamico da janela auto-completar destinatario.

File:
1 edited

Legend:

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

    r7137 r7138  
    41904190                                var autocomplete = $(this)[0].element; 
    41914191                                //cálculo dinâmico da largura da lista 
    4192                                 var minwidth = 400;  
     4192                                var minwidth = 450;  
    41934193                var width = (item.label ? item.label.length : (item.value ? item.value.length : (item.mail ? item.mail.length : 30 )));  
    41944194                width = (is_ie ? width*2 : (is_webkit && !is_mozilla ? width*4 : width*5)) + 30;  
Note: See TracChangeset for help on using the changeset viewer.