Opened 16 years ago

Closed 16 years ago

#1933 closed Bug (fixed)

Plugin example placeholder doe not give back placeholder value in IE

Reported by: Frédéric Owned by: Martin Kou
Priority: Normal Milestone: FCKeditor 2.6
Component: UI : Dialogs Version: FCKeditor 2.6 Beta
Keywords: Confirmed IE Review+ Cc:

Description

Trying with beta 2.6 plugin Placeholder to update my plugin based on this one :

On IE 6.0, when you click on the yellow Number, you should get the same number in windows but here the custom number does not come back.

Think that the problem is here : fck_placeholder.html L 46

var eSelected = oEditor.FCKSelection.GetSelectedElement() ;

is something like not initialised because in th function (LoadSelected()) it goes straight to the end. (eSelected does not exist)

Attachments (1)

1933.patch (890 bytes) - added by Martin Kou 16 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 16 years ago by Martin Kou

Keywords: Confirmed IE added; plugin placeholder ie removed

comment:2 Changed 16 years ago by Martin Kou

Owner: set to Martin Kou
Status: newassigned

Changed 16 years ago by Martin Kou

Attachment: 1933.patch added

comment:3 Changed 16 years ago by Martin Kou

Keywords: Review? added

comment:4 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

It works well. It is not possible to change the placeholder value because of #1934 though.

Please add the changelog on commit.

comment:5 Changed 16 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [1662].

Click here for more info about our SVN system.

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