Opened 11 years ago

Closed 11 years ago

#10518 closed Bug (duplicate)

IE loads contents.css for every CKEditor instance present on the page

Reported by: sumit Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.2
Keywords: Cc:

Description

We created two instance on CKEditor on our page. While loading page IE is loading contents.css for every instance of CKEditor. In case of Firefox and Chrome, contents.css is loading only once and for rest browser is reading it from the cache.

Also in the debugger tool IE and Firefox is showing multiple instance of contents.css in under CSS tab.

Attachments (2)

IE_Multiple_Contents_CSS.jpg (133.3 KB) - added by sumit 11 years ago.
IE_Multiple_Contents_CSS_2.jpg (122.9 KB) - added by sumit 11 years ago.

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by sumit

Changed 11 years ago by sumit

comment:1 Changed 11 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

DUP of #10425.

I believe I have already explained this issue in previous ticket. Please stop reporting issue for same thing. Instead please read last comment from #10425. If you have done some extended tests and you don't agree with my comment then please leave a comment in that old ticket.

Browser can write that it calls contents.css even 100 times. It doesn't change the fact that if each editor instance calls for same contents.css it gets called only once and then loaded from cache.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy