From 1794320dcfdfcd19572fb1676294f9853a6bbc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 18:55:29 +0100 Subject: Update to 4.7.3 --- sources/plugins/lineutils/plugin.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sources/plugins/lineutils/plugin.js') diff --git a/sources/plugins/lineutils/plugin.js b/sources/plugins/lineutils/plugin.js index e0473ee..d84c5f3 100644 --- a/sources/plugins/lineutils/plugin.js +++ b/sources/plugins/lineutils/plugin.js @@ -379,7 +379,7 @@ continue; } - // On IE8 element.getElementsByTagName returns comments... sic! (#13176) + // On IE8 element.getElementsByTagName returns comments... sic! (http://dev.ckeditor.com/ticket/13176) if ( el.type != CKEDITOR.NODE_ELEMENT ) { continue; } @@ -840,7 +840,7 @@ // Let's calculate the vertical position of the line. if ( this.inline ) { - // (#13155) + // (http://dev.ckeditor.com/ticket/13155) styles.top = loc + this.winTopScroll.y - this.rect.relativeY; } else { styles.top = this.rect.top + this.winTopScroll.y + loc; @@ -853,7 +853,7 @@ // Now let's calculate the horizontal alignment (left and width). if ( this.inline ) { - // (#13155) + // (http://dev.ckeditor.com/ticket/13155) styles.left = rel.elementRect.left - this.rect.relativeX; } else { if ( rel.elementRect.left > 0 ) @@ -939,13 +939,13 @@ this.winTopScroll = this.winTop.getScrollPosition(); this.winTopPane = this.winTop.getViewPaneSize(); - // (#13155) + // (http://dev.ckeditor.com/ticket/13155) this.rect = this.getClientRect( this.inline ? this.editable : this.frame ); }, /** * Returns `boundingClientRect` of an element, shifted by the position - * of `container` when the container is not `static` (#13155). + * of `container` when the container is not `static` (http://dev.ckeditor.com/ticket/13155). * * See also: {@link CKEDITOR.dom.element#getClientRect}. * -- cgit v1.2.3