Ticket #4997 (closed Bug: fixed)
ui.dialog.file doesnt' apply events to the input and doesn't return its value
| Reported by: | alfonsoml | Owned by: | alfonsoml |
|---|---|---|---|
| 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
Change History
Changed 3 years ago by alfonsoml
- Attachment 4997.patch added
Note: See
TracTickets for help on using
tickets.

Proposed patch