Changeset 7637


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

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

Location:
trunk/expressoMail1_2/js
Files:
2 edited

Legend:

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

    r7635 r7637  
    25042504                                }  
    25052505                                else { 
    2506                                         RichTextEditor.setInitData(new_border_ID, signature_text, true); 
     2506                                        RichTextEditor.setInitData(new_border_ID, signature_text, "forward"); 
    25072507                                } 
    25082508                                content.find(".to").focus(); 
     
    25102510                         else 
    25112511                           content.find('[name="input_to"]').focus();  
    2512                          
     2512 
     2513                                RichTextEditor.dataReady(new_border_ID,'new'); 
     2514 
    25132515                        break; 
    25142516                case "edit": 
  • 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.