Opened 14 years ago

Closed 14 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)

4997.patch (4.5 KB) - added by Alfonso Martínez de Lizarrondo 14 years ago.
Proposed patch
4997_2.patch (5.1 KB) - added by Alfonso Martínez de Lizarrondo 14 years ago.
Updated patch

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by Alfonso Martínez de Lizarrondo

Attachment: 4997.patch added

Proposed patch

Changed 14 years ago by Alfonso Martínez de Lizarrondo

Attachment: 4997_2.patch added

Updated patch

comment:1 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Milestone: CKEditor 3.4

Updated the patch to current trunk and added checks to avoid memory problems.

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:3 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: fixed
Status: newclosed

Fixed with [5682]

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy