Opened 16 years ago
Last modified 14 years ago
#4090 closed New Feature
CKEditor support for Adobe AIR — at Version 4
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5 |
Component: | General | Version: | |
Keywords: | Umbrella | Cc: |
Description (last modified by )
CKEditor should run properly on Adobe AIR in application sandbox. This is an umbrella ticket, it points to several tickets which mostly targeting workaround for editor's original design goals which violate AIR's security rules.
inline event handler violation
- #4497
- Inline event handlers are ignored in AIR
iframe loading violation
- #4496
- All float panels are broken in AIR
Change History (4)
comment:1 Changed 15 years ago by
Keywords: | Discussion added |
---|
comment:3 Changed 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
New feature branch for AIR support has been created and a plugin 'adobeair' has been committed with [4294].
comment:4 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Umbrella added; Discussion removed |
Milestone: | CKEditor 3.1 → CKEditor 3.2 |
Though at this moment we've almost code complete with this feature, while there's not much time left for us to properly testing everything to guarantee the quality, we've decided to ship it with next release.
Well, we definitely have much trouble with Adobe AIR support on application sandbox comparing with v2, majorly because we violate many AIR HTML security rules in v3:
For 1 and 2, we could find workaround easily with some feature sacrifices( content doc type, content doc lang direction... ), but for 3, it will take some efforts.
Not sure if non-application-sandbox's even be a fall-back option for us?