Ignore:
Timestamp:
01/17/12 15:34:48 (12 years ago)
Author:
angelo
Message:

Ticket #2446 - Deslocamento da visualizacao de mensagens

File:
1 edited

Legend:

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

    r5158 r5385  
    391391            
    392392           if(selection !== null) selection.selectRanges(selectionRanges);  
    393            
     393                    
     394                   //Coloca o scroll do editor no inicio 
     395                   if (is_webkit){ 
     396                                $('#cke_contents_body_'+id+'>iframe').scrollTo(':first'); 
     397                   } 
    394398          //Caso não for uma resposta votla o foco para o input to 
    395399          if(reply === undefined)     
Note: See TracChangeset for help on using the changeset viewer.