Changeset 3876 for branches


Ignore:
Timestamp:
03/18/11 14:40:40 (13 years ago)
Author:
niltonneto
Message:

Ticket #1342 - Corrigido problema de alternar aba no IE, ocasionado pela revisão [3606]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/abas.js

    r3839 r3876  
    115115        currentTab=ID; 
    116116         
    117         if( document.getElementById('to_'+ID) ) 
     117        if( document.getElementById('to_'+ID) && document.getElementById('to_'+ID).type == "textarea"){ 
    118118                document.getElementById('to_'+ID).focus(); 
     119        } 
    119120 
    120121        return ID; 
Note: See TracChangeset for help on using the changeset viewer.