Opened 17 years ago
Closed 12 years ago
#1914 closed Bug (wontfix)
Inline CSS caching is not compatible with AIR
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | AIR | Cc: |
Description
When using inline CSS caching for the editing area stuff (fck_editingare.css, fck_internal.css and fck_showtableborders.css), it seems that they are ignored when running inside AIR.
Debbuging it, I was able to confirm that the <style> elements are being properly set in <head> inside FCKAdobeAIR.EditingArea_Start by adding the following call at the end of the function:
alert( doc.documentElement.innerHTML ) ;
But the <style> elements have no effect.
Change History (4)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Milestone: | FCKeditor 2.6 → FCKeditor 2.6.1 |
---|
comment:3 Changed 17 years ago by
Milestone: | FCKeditor 2.6.2 |
---|
This is not a critical issue. We can definitely leave with this incompatibility as AIR applications don't have that much benefits by using the cached CSS feature.
comment:4 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible.
To test it, just paste the following at the very end of fckconfig.js:
The background color of the editing area must be red. Running in Safari it is ok.