Opened 15 years ago
Closed 14 years ago
#4090 closed New Feature (fixed)
CKEditor support for Adobe AIR
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 (10)
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.
comment:5 Changed 15 years ago by
Milestone: | CKEditor 3.2 → CKEditor 3.3 |
---|
comment:6 Changed 15 years ago by
Milestone: | CKEditor 3.3 → CKEditor 3.4 |
---|
We would like to defer the support for AIR to next release, which will probably feature AIR2 which is currently under beta.
comment:7 Changed 14 years ago by
Keywords: | Confirmed removed |
---|---|
Milestone: | CKEditor 3.4 → CKEditor 3.5 |
comment:8 Changed 14 years ago by
Milestone: | CKEditor 3.4.1 → CKEditor 3.5 |
---|
comment:9 Changed 14 years ago by
The code proposed in the adobeair branch is unacceptable. It demonstrates a strong lack of attention on details. It also introduces code formatting on some files, which makes reviewing much complicated.
comment:10 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
the "adobeair" branch lands on 3.5.x with [6178].
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?