]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/plugins/lineutils/plugin.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / lineutils / plugin.js
index e0473eebef611cd0a0bf7ca3e06492313e92c14c..d84c5f3ebd045b634d2666180541d395ea139286 100644 (file)
                                        continue;\r
                                }\r
 \r
-                               // On IE8 element.getElementsByTagName returns comments... sic! (#13176)\r
+                               // On IE8 element.getElementsByTagName returns comments... sic! (http://dev.ckeditor.com/ticket/13176)\r
                                if ( el.type != CKEDITOR.NODE_ELEMENT ) {\r
                                        continue;\r
                                }\r
 \r
                        // Let's calculate the vertical position of the line.\r
                        if ( this.inline ) {\r
-                               // (#13155)\r
+                               // (http://dev.ckeditor.com/ticket/13155)\r
                                styles.top = loc + this.winTopScroll.y - this.rect.relativeY;\r
                        } else {\r
                                styles.top = this.rect.top + this.winTopScroll.y + loc;\r
 \r
                        // Now let's calculate the horizontal alignment (left and width).\r
                        if ( this.inline ) {\r
-                               // (#13155)\r
+                               // (http://dev.ckeditor.com/ticket/13155)\r
                                styles.left = rel.elementRect.left - this.rect.relativeX;\r
                        } else {\r
                                if ( rel.elementRect.left > 0 )\r
                        this.winTopScroll = this.winTop.getScrollPosition();\r
                        this.winTopPane = this.winTop.getViewPaneSize();\r
 \r
-                       // (#13155)\r
+                       // (http://dev.ckeditor.com/ticket/13155)\r
                        this.rect = this.getClientRect( this.inline ? this.editable : this.frame );\r
                },\r
 \r
                /**\r
                 * Returns `boundingClientRect` of an element, shifted by the position\r
-                * of `container` when the container is not `static` (#13155).\r
+                * of `container` when the container is not `static` (http://dev.ckeditor.com/ticket/13155).\r
                 *\r
                 * See also: {@link CKEDITOR.dom.element#getClientRect}.\r
                 *\r