X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Frange.js;h=264ee4eff190acd6baa08a3c2e12023fbd05a62f;hp=a8b102d933599d5a5f332b7df784b4633457b9e1;hb=941b0a9ba4e673e292510d80a5a86806994b8ea6;hpb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d diff --git a/_source/core/dom/range.js b/_source/core/dom/range.js index a8b102d..264ee4e 100644 --- a/_source/core/dom/range.js +++ b/_source/core/dom/range.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -1468,6 +1468,7 @@ CKEDITOR.dom.range = function( document ) else { endBlock = this.splitElement( startBlock ); + // In Gecko, the last child node must be a bogus
. // Note: bogus
added under