Changes between Initial Version and Version 1 of Ticket #9998, comment 27


Ignore:
Timestamp:
Apr 16, 2013, 9:16:34 PM (11 years ago)
Author:
crisward
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9998, comment 27

    initial v1  
    55
    66$("#editor").on('keyup',function(e){
    7         if(e.keyCode===13){
     7        if(e.keyCode===8){
    88          var node=editor.getSelection().getRanges()[0].endContainer.$.nextSibling;
    99          if (node.tagName === "SPAN"){
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy