﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1914	Inline CSS caching is not compatible with AIR	Frederico Caldeira Knabben		"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."	Bug	closed	Normal		General	SVN (FCKeditor) - Retired	wontfix	AIR	
