Ignore:
Timestamp:
12/11/12 09:17:06 (11 years ago)
Author:
eduardow
Message:

Ticket #3228 - Problema com cursor ao criar nova mensagem corrigido.

File:
1 edited

Legend:

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

    r7593 r7637  
    269269                                },400);  
    270270                        } 
     271                        else if (reply === 'new'){ 
     272                                setTimeout(function(){ 
     273                                                content.find('.new-message-input.to').blur().focus(); 
     274                                },500); 
     275 
     276                        }; 
    271277                }); 
    272278        } 
Note: See TracChangeset for help on using the changeset viewer.