Changeset 7128 for trunk


Ignore:
Timestamp:
08/29/12 17:08:45 (12 years ago)
Author:
angelo
Message:

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

File:
1 edited

Legend:

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

    r7127 r7128  
    43474347                                var autocomplete = $(this)[0].element; 
    43484348                                //cálculo dinâmico da largura da lista 
    4349                                 var minwidth = 400; 
     4349                                var minwidth = 450; 
    43504350                                var width = (item.label ? item.label.length : (item.value ? item.value.length : (item.mail ? item.mail.length : 30 ))); 
    43514351                                width = (is_ie ? width*2 : (is_webkit && !is_mozilla ? width*4 : width*5)) + 30; 
Note: See TracChangeset for help on using the changeset viewer.