﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13497	multiple contents.css loaded for multiple instance (v4.5.1)	Carlos Cuesta Iglesias		"Hello:

It is already documented and closed but the error persists in this release. Steps to reproduce the error:

1) Run:
<!DOCTYPE html>
<html>
    <head>
        <title>Prueba CKEditor</title>
        <meta charset=""UTF-8"">
        <meta name=""viewport"" content=""width=device-width, initial-scale=1.0"">

        <script type=""text/javascript"" src=""../XXXXXX/jquery-2.1.3.min.js""></script>
        <script src=""../XXXXXX/ckeditor.js""></script>

        <script type=""text/javascript"">

            $(function () {

                var arrayTxtArea = [""txta1"", ""txta2"", ""txta3"", ""txta4""];
                var total = arrayTxtArea.length;
                for (var i = 0; i < total; i++) {
                    CKEDITOR.replace(arrayTxtArea[i]);
                }

            });
            
        </script>

    </head>
    <body>
        <textarea id=""txta1"" name=""txta1""></textarea>
        <textarea id=""txta2"" name=""txta2""></textarea>
        <textarea id=""txta3"" name=""txta3""></textarea>
        <textarea id=""txta4"" name=""txta4""></textarea>
    </body>
</html>

2) See debug output:

http://localhost/XXXXX/ckeditor/contents.css [HTTP/1.1 200 OK 15ms]
http://localhost/XXXXX/ckeditor/contents.css [HTTP/1.1 200 OK 8ms]
http://localhost/XXXXX/ckeditor/contents.css [HTTP/1.1 200 OK 8ms]
http://localhost/XXXXX/ckeditor/contents.css [HTTP/1.1 200 OK 8ms]

Thank You,

Carlos
Universidad de Caldas - Colombia

"	Bug	closed	Normal		Performance		invalid		
