Opened 12 years ago
Closed 12 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)
Change History (3)
Changed 12 years ago by
Attachment: | IE_Multiple_Contents_CSS.jpg added |
---|
Changed 12 years ago by
Attachment: | IE_Multiple_Contents_CSS_2.jpg added |
---|
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
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.