#8993 closed Bug (invalid)
changed in editor.css is not seems in IE browser
Reported by: | bhargav | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
when i changed image(icons.png) from editor.css IE browser bring the old image from cache instated of new image. In short IE browser is not refresh css it take the old css value from cache even changes has made.
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
This solution is not sufficient. css is changed after 3-4 time refreshing ie browser.
Can u please elaborate the above solution.
Thank you.
Try using http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.html#.timestamp. If you want to reload the styles you should do something like this:
Each time you change the timestamp resources will be reloaded.