Opened 9 years ago
Closed 9 years ago
#4997 closed Bug (fixed)
ui.dialog.file doesnt' apply events to the input and doesn't return its value
| Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4 |
| Component: | General | Version: | 3.0 |
| Keywords: | Review+ | Cc: |
Description
While working on the easyUpload plugin I found some problems with the implementation of the ui.dialog.file element as it didn't allow to read the value of the input and trying to set event listeners failed as they are being applied to the wrapper element instead of the current input.
The patch fixes those issues.
Attachments (2)
Change History (5)
Changed 9 years ago by
| Attachment: | 4997.patch added |
|---|
comment:1 Changed 9 years ago by
| Milestone: | → CKEditor 3.4 |
|---|
Updated the patch to current trunk and added checks to avoid memory problems.
comment:2 Changed 9 years ago by
| Keywords: | Review+ added; Review? removed |
|---|

Proposed patch