Dotclear


Ignore:
Timestamp:
01/01/18 14:20:30 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Set caret et the end of the inserted thing (img, url, blockquote, …) in Legacy editor if current selection is empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcLegacyEditor/js/jsToolBar/jsToolBar.js

    r3361 r3642  
    281281                    this.textarea.setSelectionRange(start + subst.length, start + subst.length); 
    282282               } else { 
    283                     this.textarea.setSelectionRange(start + prefix.length, start + prefix.length); 
     283                    if (typeof(fn) == 'function') { 
     284                         this.textarea.caretPos -= start + subst.length; 
     285                    } else { 
     286                         this.textarea.setSelectionRange(start + prefix.length, start + prefix.length); 
     287                    } 
    284288               } 
    285289               this.textarea.scrollTop = scrollPos; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map