Opened 16 years ago
Closed 15 years ago
#4497 closed New Feature (fixed)
Inline event handlers are ignored in AIR
| Reported by: | Garry Yao | Owned by: | Garry Yao | 
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5 | 
| Component: | General | Version: | |
| Keywords: | AIR | Cc: | 
Description
All handlers in form of 'onclick=...' we had used for performance reason are all illegal in AIR.
Change History (8)
comment:1 Changed 16 years ago by
| Owner: | set to Garry Yao | 
|---|---|
| Status: | new → assigned | 
comment:2 Changed 16 years ago by
| Milestone: | CKEditor 3.1 → CKEditor 3.2 | 
|---|
comment:3 Changed 16 years ago by
| Milestone: | CKEditor 3.2 → CKEditor 3.3 | 
|---|
comment:4 Changed 16 years ago by
| Milestone: | CKEditor 3.3 → CKEditor 3.4 | 
|---|
comment:5 Changed 15 years ago by
| Keywords: | Confirmed removed | 
|---|---|
| Milestone: | CKEditor 3.4 → CKEditor 3.5 | 
comment:6 Changed 15 years ago by
| Milestone: | CKEditor 3.4.1 → CKEditor 3.5 | 
|---|
comment:8 Changed 15 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 

A solution which transform all inline event codes into DOM2 API based event listeners are introduced on the editor chrome level is committed with [4294].